diff options
Diffstat (limited to 'src/compiler/codegen/CompilerCodegen.h')
| -rw-r--r-- | src/compiler/codegen/CompilerCodegen.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compiler/codegen/CompilerCodegen.h b/src/compiler/codegen/CompilerCodegen.h index f1ca07aced..ae85bb3d15 100644 --- a/src/compiler/codegen/CompilerCodegen.h +++ b/src/compiler/codegen/CompilerCodegen.h @@ -26,6 +26,10 @@ void oatMethodMIR2LIR(CompilationUnit* cUnit); /* Assemble LIR into machine code */ void oatAssembleLIR(CompilationUnit* cUnit); +AssemblerStatus oatAssembleInstructions(CompilationUnit* cUnit, + intptr_t startAddr); +void oatAssignOffsets(CompilationUnit* cUnit); +int oatAssignInsnOffsets(CompilationUnit* cUnit); /* Implemented in the codegen/<target>/ArchUtility.c */ void oatCodegenDump(CompilationUnit* cUnit); |