Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp346 struct EmittedCode { struct in __anonce5e020d0111::JITEmitter
347 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