/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | JITMemoryManagerTest.cpp | 44 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()
|
D | JITTest.cpp | 110 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/ |
D | MCJITMemoryManager.h | 50 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/ |
D | llvm-rtdyld.cpp | 56 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/ |
D | RuntimeDyld.h | 45 virtual void endFunctionBody(const char *Name, uint8_t *FunctionStart,
|
D | JITMemoryManager.h | 101 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart,
|
/external/swiftshader/src/Reactor/ |
D | LLVMRoutineManager.hpp | 38 …virtual void endFunctionBody(const llvm::Function *function, uint8_t *functionStart, uint8_t *func…
|
D | LLVMRoutineManager.cpp | 79 …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/ |
D | RuntimeDyld.cpp | 35 MemMgr->endFunctionBody(Name.data(), Mem, Mem + Size); in extractFunction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 273 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/ |
D | JITEmitter.cpp | 820 MemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr); in finishFunction() 907 MemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr); in finishFunction()
|
D | JITMemoryManager.cpp | 403 void endFunctionBody(const Function *F, uint8_t *FunctionStart, in endFunctionBody() function in __anone29d22b10211::DefaultJITMemoryManager
|