HomeSort by relevance Sort by last modified time
    Searched refs:endExceptionTable (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 149 /// endExceptionTable - This method is called when the JIT is done emitting
151 virtual void endExceptionTable(const Function *F, uint8_t *TableStart,
  /external/llvm/tools/lli/
RecordingMemoryManager.h 70 void endExceptionTable(const Function *F, uint8_t *TableStart,
RecordingMemoryManager.cpp 77 void RecordingMemoryManager::endExceptionTable(const Function *F, uint8_t *TableStart,
lli.cpp 275 virtual void endExceptionTable(const Function *F, uint8_t *TableStart,
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 185 virtual void endExceptionTable(const Function *F, uint8_t *TableStart,
189 return Base->endExceptionTable(F, TableStart, TableEnd, FrameRegister);
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 514 /// endExceptionTable - The exception table of F is now allocated,
516 void endExceptionTable(const Function *F, uint8_t *TableStart,
    [all...]
JITEmitter.cpp     [all...]

Completed in 349 milliseconds