Searched defs:EmittedCode (Results 1 – 1 of 1) sorted by relevance
346 struct EmittedCode { struct in __anonc362e38e0111::JITEmitter347 void *FunctionBody; // Beginning of the function's allocation.348 void *Code; // The address the function's code actually starts at.349 void *ExceptionTable;350 EmittedCode() : FunctionBody(0), Code(0), ExceptionTable(0) {} in EmittedCode() argument