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

/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJITMemoryManager.h52 void endFunctionBody(const char *Name, uint8_t *FunctionStart, function in class:llvm::MCJITMemoryManager
64 JMM->endFunctionBody(F, FunctionStart, FunctionEnd);
/external/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h45 virtual void endFunctionBody(const char *Name, uint8_t *FunctionStart,
H A DJITMemoryManager.h95 /// endFunctionBody - This method is called when the JIT is done codegen'ing
101 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
105 /// cannot be called between calls to startFunctionBody and endFunctionBody.
/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.cpp110 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart, function in class:__anon7180::RecordingJITMemoryManager
114 Base->endFunctionBody(F, FunctionStart, FunctionEnd);
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp56 void endFunctionBody(const char *Name, uint8_t *FunctionStart,
65 void TrivialMemoryManager::endFunctionBody(const char *Name, function in class:TrivialMemoryManager
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp35 MemMgr->endFunctionBody(Name.data(), Mem, Mem + Size);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp818 // We must call endFunctionBody before retrying, because
820 MemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr);
907 MemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr);
H A DJITMemoryManager.cpp401 /// endFunctionBody - The function F is now allocated, and takes the memory
403 void endFunctionBody(const Function *F, uint8_t *FunctionStart, function in class:__anon6728::DefaultJITMemoryManager
416 /// cannot be called between calls to startFunctionBody and endFunctionBody.

Completed in 265 milliseconds