Searched defs:EmittedCode (Results 1 – 1 of 1) sorted by relevance
337 struct EmittedCode { struct in __anonda3058b90111::JITEmitter338 void *FunctionBody; // Beginning of the function's allocation.339 void *Code; // The address the function's code actually starts at.340 void *ExceptionTable;341 EmittedCode() : FunctionBody(nullptr), Code(nullptr), in EmittedCode() argument