Searched refs:endExceptionTable (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | RoutineManager.hpp | 38 …virtual void endExceptionTable(const llvm::Function *function, uint8_t *tableStart, uint8_t *table…
|
D | RoutineManager.cpp | 88 …void RoutineManager::endExceptionTable(const llvm::Function *F, uint8_t *TableStart, uint8_t *Tabl… in endExceptionTable() function in sw::RoutineManager
|
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/ |
D | JITMemoryManager.h | 124 virtual void endExceptionTable(const Function *F, uint8_t *TableStart,
|
/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 __anon1b8d59500111::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 __anon99ff5b280211::DefaultJITMemoryManager
|
D | JITEmitter.cpp | 984 MemMgr->endExceptionTable(F.getFunction(), BufferBegin, CurBufferPtr, in finishFunction()
|