HomeSort by relevance Sort by last modified time
    Searched defs:endFunctionBody (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 144 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
  /external/llvm/tools/lli/
RecordingMemoryManager.cpp 86 void RecordingMemoryManager::endFunctionBody(const Function *F, uint8_t *FunctionStart,
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 422 /// endFunctionBody - The function F is now allocated, and takes the memory
424 void endFunctionBody(const Function *F, uint8_t *FunctionStart,
437 /// cannot be called between calls to startFunctionBody and endFunctionBody.
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 113 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
117 Base->endFunctionBody(F, FunctionStart, FunctionEnd);

Completed in 123 milliseconds