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

/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITMemoryManagerTest.cpp44 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,
H A DJITTest.cpp114 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart, function in class:__anon9257::RecordingJITMemoryManager
118 Base->endFunctionBody(F, FunctionStart, FunctionEnd);
/external/llvm/tools/lli/
H A DRecordingMemoryManager.h64 void endFunctionBody(const Function *F, uint8_t *FunctionStart,
H A DRecordingMemoryManager.cpp58 void RecordingMemoryManager::endFunctionBody(const Function *F, uint8_t *FunctionStart, function in class:RecordingMemoryManager
H A Dlli.cpp255 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart, function in class:LLIMCJITMemoryManager
/external/llvm/include/llvm/ExecutionEngine/
H A DJITMemoryManager.h106 /// 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/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp819 // We must call endFunctionBody before retrying, because
821 MemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr);
908 MemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr);
H A DJITMemoryManager.cpp418 /// endFunctionBody - The function F is now allocated, and takes the memory
420 void endFunctionBody(const Function *F, uint8_t *FunctionStart, function in class:__anon8765::DefaultJITMemoryManager
433 /// cannot be called between calls to startFunctionBody and endFunctionBody.

Completed in 132 milliseconds