Searched refs:FunctionBody (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp344 void *FunctionBody; // Beginning of the function's allocation. member in struct:__anon2364::JITEmitter::EmittedCode
347 EmittedCode() : FunctionBody(0), Code(0), ExceptionTable(0) {}
781 EmittedFunctions[F.getFunction()].FunctionBody = BufferBegin;
984 MemMgr->deallocateFunctionBody(Emitted->second.FunctionBody);

Completed in 27 milliseconds