Searched defs:endFunctionBody (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
D | MCJITMemoryManager.h | 50 void endFunctionBody(const char *Name, uint8_t *FunctionStart, in endFunctionBody() function
|
/external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 65 void TrivialMemoryManager::endFunctionBody(const char *Name, in endFunctionBody() function in TrivialMemoryManager
|
/external/swiftshader/src/Reactor/ |
D | LLVMRoutineManager.cpp | 79 …void LLVMRoutineManager::endFunctionBody(const llvm::Function *function, uint8_t *functionStart, u… in endFunctionBody() function in rr::LLVMRoutineManager
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 273 virtual void endFunctionBody(const llvm::Function *F, in endFunctionBody() function in DelegatingJITMemoryManager
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITMemoryManager.cpp | 403 void endFunctionBody(const Function *F, uint8_t *FunctionStart, in endFunctionBody() function in __anon99ff5b280211::DefaultJITMemoryManager
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | JITTest.cpp | 110 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart, in endFunctionBody() function in __anon1b8d59500111::RecordingJITMemoryManager
|