Source map in DebugInfo. IVM needs to port its stuff over eventually.

This commit is contained in:
Ben Vanik
2014-01-25 21:20:28 -08:00
parent 4609339c5a
commit 0cca23cdd7
12 changed files with 135 additions and 19 deletions

View File

@@ -38,7 +38,9 @@ public:
runtime::Function** out_function);
private:
void DumpMachineCode(void* machine_code, size_t code_size, StringBuffer* str);
void DumpMachineCode(runtime::DebugInfo* debug_info,
void* machine_code, size_t code_size,
StringBuffer* str);
private:
X64Backend* x64_backend_;