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

/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITMemoryManagerTest.cpp43 MemMgr->endFunctionBody(F1.get(), FunctionBody1, FunctionBody1 + 1024);
50 MemMgr->endFunctionBody(F2.get(), FunctionBody2, FunctionBody2 + 1024);
57 MemMgr->endFunctionBody(F3.get(), FunctionBody3, FunctionBody3 + 1024);
88 MemMgr->endFunctionBody(F1.get(), FunctionBody1, FunctionBody1 + bigFuncSize);
96 MemMgr->endFunctionBody(F2.get(), FunctionBody2, FunctionBody2 + bigFuncSize);
104 MemMgr->endFunctionBody(F3.get(), FunctionBody3, FunctionBody3 + bigFuncSize);
116 MemMgr->endFunctionBody(F4.get(), FunctionBody4,
125 MemMgr->endFunctionBody(F5.get(), FunctionBody5,
134 MemMgr->endFunctionBody(F6.get(), FunctionBody6,
H A DJITTest.cpp133 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart, function in class:__anon26479::RecordingJITMemoryManager
137 Base->endFunctionBody(F, FunctionStart, FunctionEnd);
/external/llvm/include/llvm/ExecutionEngine/
H A DJITMemoryManager.h96 /// endFunctionBody - This method is called when the JIT is done codegen'ing
102 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
106 /// cannot be called between calls to startFunctionBody and endFunctionBody.
/external/llvm/tools/lli/
H A DRemoteMemoryManager.h107 void endFunctionBody(const Function *F, uint8_t *FunctionStart,
H A DRemoteMemoryManager.cpp193 void RemoteMemoryManager::endFunctionBody(const Function *F, uint8_t *FunctionStart, function in class:RemoteMemoryManager
/external/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h255 virtual void endFunctionBody(const llvm::Function *F,
/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp462 IRExecutionUnit::MemoryManager::endFunctionBody(const llvm::Function *F, function in class:IRExecutionUnit::MemoryManager
466 m_default_mm_ap->endFunctionBody(F, FunctionStart, FunctionEnd);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp808 // We must call endFunctionBody before retrying, because
810 MemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr);
897 MemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr);
H A DJITMemoryManager.cpp426 /// endFunctionBody - The function F is now allocated, and takes the memory
428 void endFunctionBody(const Function *F, uint8_t *FunctionStart,
441 /// cannot be called between calls to startFunctionBody and endFunctionBody.

Completed in 252 milliseconds