Searched refs:endExceptionTable (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | LLVMRoutineManager.hpp | 40 …virtual void endExceptionTable(const llvm::Function *function, uint8_t *tableStart, uint8_t *table…
|
D | LLVMRoutineManager.cpp | 90 …void LLVMRoutineManager::endExceptionTable(const llvm::Function *F, uint8_t *TableStart, uint8_t *… in endExceptionTable() function in rr::LLVMRoutineManager
|
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/ |
D | JITMemoryManager.h | 124 virtual void endExceptionTable(const Function *F, uint8_t *TableStart,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 292 virtual void endExceptionTable(const llvm::Function *F, in endExceptionTable() function in DelegatingJITMemoryManager 296 mgr()->endExceptionTable(F, TableStart, TableEnd, in endExceptionTable()
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | JITTest.cpp | 173 virtual void endExceptionTable(const Function *F, uint8_t *TableStart, in endExceptionTable() function in __anona47825790111::RecordingJITMemoryManager 177 return Base->endExceptionTable(F, TableStart, TableEnd, FrameRegister); in endExceptionTable()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITMemoryManager.cpp | 452 void endExceptionTable(const Function *F, uint8_t *TableStart, in endExceptionTable() function in __anone29d22b10211::DefaultJITMemoryManager
|
D | JITEmitter.cpp | 984 MemMgr->endExceptionTable(F.getFunction(), BufferBegin, CurBufferPtr, in finishFunction()
|