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

  /external/llvm/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 44 MemMgr->endFunctionBody(F1.get(), FunctionBody1, FunctionBody1 + 1024);
51 MemMgr->endFunctionBody(F2.get(), FunctionBody2, FunctionBody2 + 1024);
58 MemMgr->endFunctionBody(F3.get(), FunctionBody3, FunctionBody3 + 1024);
89 MemMgr->endFunctionBody(F1.get(), FunctionBody1, FunctionBody1 + bigFuncSize);
97 MemMgr->endFunctionBody(F2.get(), FunctionBody2, FunctionBody2 + bigFuncSize);
105 MemMgr->endFunctionBody(F3.get(), FunctionBody3, FunctionBody3 + bigFuncSize);
117 MemMgr->endFunctionBody(F4.get(), FunctionBody4,
126 MemMgr->endFunctionBody(F5.get(), FunctionBody5,
135 MemMgr->endFunctionBody(F6.get(), FunctionBody6,
JITTest.cpp 114 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
118 Base->endFunctionBody(F, FunctionStart, FunctionEnd);
  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 106 /// endFunctionBody - This method is called when the JIT is done codegen'ing
112 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
132 /// cannot be called between calls to startFunctionBody and endFunctionBody.
  /external/llvm/tools/lli/
RecordingMemoryManager.h 64 void endFunctionBody(const Function *F, uint8_t *FunctionStart,
RecordingMemoryManager.cpp 58 void RecordingMemoryManager::endFunctionBody(const Function *F, uint8_t *FunctionStart,
lli.cpp 255 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 819 // We must call endFunctionBody before retrying, because
821 MemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr);
    [all...]
JITMemoryManager.cpp 418 /// endFunctionBody - The function F is now allocated, and takes the memory
420 void endFunctionBody(const Function *F, uint8_t *FunctionStart,
433 /// cannot be called between calls to startFunctionBody and endFunctionBody.
    [all...]

Completed in 96 milliseconds