Home
last modified time | relevance | path

Searched defs:EmittedCode (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp337 struct EmittedCode { struct in __anonda3058b90111::JITEmitter
338 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