Searched refs:TableStart (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | JITTest.cpp | 161 EndExceptionTableCall(const Function *F, uint8_t *TableStart, in EndExceptionTableCall() 164 TableStart(TableStart), TableEnd(TableEnd), in EndExceptionTableCall() 168 uint8_t *TableStart; member 173 virtual void endExceptionTable(const Function *F, uint8_t *TableStart, in endExceptionTable() argument 176 EndExceptionTableCall(F, TableStart, TableEnd, FrameRegister)); in endExceptionTable() 177 return Base->endExceptionTable(F, TableStart, TableEnd, FrameRegister); in endExceptionTable()
|
/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/lib/ExecutionEngine/JIT/ |
D | JITMemoryManager.cpp | 452 void endExceptionTable(const Function *F, uint8_t *TableStart, in endExceptionTable() argument 454 assert(TableEnd > TableStart); in endExceptionTable() 455 assert(TableStart == (uint8_t *)(CurBlock+1) && in endExceptionTable()
|
/external/swiftshader/src/Reactor/ |
D | RoutineManager.cpp | 88 …void RoutineManager::endExceptionTable(const llvm::Function *F, uint8_t *TableStart, uint8_t *Tabl… in endExceptionTable() argument
|