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