Searched refs:endExceptionTable (Results 1 – 7 of 7) sorted by relevance
/external/llvm/tools/lli/ |
D | RecordingMemoryManager.h | 70 void endExceptionTable(const Function *F, uint8_t *TableStart,
|
D | RecordingMemoryManager.cpp | 77 void RecordingMemoryManager::endExceptionTable(const Function *F, uint8_t *TableStart, in endExceptionTable() function in RecordingMemoryManager
|
D | lli.cpp | 275 virtual void endExceptionTable(const Function *F, uint8_t *TableStart, in endExceptionTable() function in LLIMCJITMemoryManager
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | JITMemoryManager.h | 151 virtual void endExceptionTable(const Function *F, uint8_t *TableStart,
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
D | JITTest.cpp | 185 virtual void endExceptionTable(const Function *F, uint8_t *TableStart, in endExceptionTable() function in __anona324bcaa0111::RecordingJITMemoryManager 189 return Base->endExceptionTable(F, TableStart, TableEnd, FrameRegister); in endExceptionTable()
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JITMemoryManager.cpp | 516 void endExceptionTable(const Function *F, uint8_t *TableStart, in endExceptionTable() function in __anonc4b138420211::DefaultJITMemoryManager
|
D | JITEmitter.cpp | 985 MemMgr->endExceptionTable(F.getFunction(), BufferBegin, CurBufferPtr, in finishFunction()
|