Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DRecordingMemoryManager.h70 void endExceptionTable(const Function *F, uint8_t *TableStart,
DRecordingMemoryManager.cpp77 void RecordingMemoryManager::endExceptionTable(const Function *F, uint8_t *TableStart, in endExceptionTable() function in RecordingMemoryManager
Dlli.cpp275 virtual void endExceptionTable(const Function *F, uint8_t *TableStart, in endExceptionTable() function in LLIMCJITMemoryManager
/external/llvm/include/llvm/ExecutionEngine/
DJITMemoryManager.h151 virtual void endExceptionTable(const Function *F, uint8_t *TableStart,
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp185 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/
DJITMemoryManager.cpp516 void endExceptionTable(const Function *F, uint8_t *TableStart, in endExceptionTable() function in __anonc4b138420211::DefaultJITMemoryManager
DJITEmitter.cpp985 MemMgr->endExceptionTable(F.getFunction(), BufferBegin, CurBufferPtr, in finishFunction()