Home
last modified time | relevance | path

Searched refs:endExceptionTable (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Reactor/
DLLVMRoutineManager.hpp40 …virtual void endExceptionTable(const llvm::Function *function, uint8_t *tableStart, uint8_t *table…
DLLVMRoutineManager.cpp90 …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/
DJITMemoryManager.h124 virtual void endExceptionTable(const Function *F, uint8_t *TableStart,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp292 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/
DJITTest.cpp173 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/
DJITMemoryManager.cpp452 void endExceptionTable(const Function *F, uint8_t *TableStart, in endExceptionTable() function in __anone29d22b10211::DefaultJITMemoryManager
DJITEmitter.cpp984 MemMgr->endExceptionTable(F.getFunction(), BufferBegin, CurBufferPtr, in finishFunction()