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

  /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 132 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
136 Base->endFunctionBody(F, FunctionStart, FunctionEnd);

Completed in 108 milliseconds