Tracking code low/high addresses per module.

This commit is contained in:
Ben Vanik
2013-02-24 11:45:16 -08:00
parent c60bc70bcc
commit c46093266e
2 changed files with 21 additions and 0 deletions

View File

@@ -72,6 +72,8 @@ private:
shared_ptr<llvm::Module> gen_module_;
auto_ptr<codegen::ModuleGenerator> codegen_;
uint32_t code_addr_low_;
uint32_t code_addr_high_;
FunctionMap fns_;
};