Home
last modified time | relevance | path

Searched refs:endFunctionBody (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITMemoryManagerTest.cpp44 MemMgr->endFunctionBody(F1.get(), FunctionBody1, FunctionBody1 + 1024); in TEST()
51 MemMgr->endFunctionBody(F2.get(), FunctionBody2, FunctionBody2 + 1024); in TEST()
58 MemMgr->endFunctionBody(F3.get(), FunctionBody3, FunctionBody3 + 1024); in TEST()
89 MemMgr->endFunctionBody(F1.get(), FunctionBody1, FunctionBody1 + bigFuncSize); in TEST()
97 MemMgr->endFunctionBody(F2.get(), FunctionBody2, FunctionBody2 + bigFuncSize); in TEST()
105 MemMgr->endFunctionBody(F3.get(), FunctionBody3, FunctionBody3 + bigFuncSize); in TEST()
117 MemMgr->endFunctionBody(F4.get(), FunctionBody4, in TEST()
126 MemMgr->endFunctionBody(F5.get(), FunctionBody5, in TEST()
135 MemMgr->endFunctionBody(F6.get(), FunctionBody6, in TEST()
DJITTest.cpp110 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart, in endFunctionBody() function in __anona47825790111::RecordingJITMemoryManager
114 Base->endFunctionBody(F, FunctionStart, FunctionEnd); in endFunctionBody()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJITMemoryManager.h50 void endFunctionBody(const char *Name, uint8_t *FunctionStart, in endFunctionBody() function
62 JMM->endFunctionBody(F, FunctionStart, FunctionEnd); in endFunctionBody()
/external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp56 void endFunctionBody(const char *Name, uint8_t *FunctionStart,
65 void TrivialMemoryManager::endFunctionBody(const char *Name, in endFunctionBody() function in TrivialMemoryManager
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DRuntimeDyld.h45 virtual void endFunctionBody(const char *Name, uint8_t *FunctionStart,
DJITMemoryManager.h101 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
/external/swiftshader/src/Reactor/
DLLVMRoutineManager.hpp38 …virtual void endFunctionBody(const llvm::Function *function, uint8_t *functionStart, uint8_t *func…
DLLVMRoutineManager.cpp79 …void LLVMRoutineManager::endFunctionBody(const llvm::Function *function, uint8_t *functionStart, u… in endFunctionBody() function in rr::LLVMRoutineManager
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp35 MemMgr->endFunctionBody(Name.data(), Mem, Mem + Size); in extractFunction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp273 virtual void endFunctionBody(const llvm::Function *F, in endFunctionBody() function in DelegatingJITMemoryManager
276 mgr()->endFunctionBody(F, FunctionStart, FunctionEnd); in endFunctionBody()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp820 MemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr); in finishFunction()
907 MemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr); in finishFunction()
DJITMemoryManager.cpp403 void endFunctionBody(const Function *F, uint8_t *FunctionStart, in endFunctionBody() function in __anone29d22b10211::DefaultJITMemoryManager