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

  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 144 /// startExceptionTable - When we finished JITing the function, if exception
146 virtual uint8_t* startExceptionTable(const Function* F,
155 /// The argument must be the return value from a call to startExceptionTable()
  /external/llvm/tools/lli/
RecordingMemoryManager.h 69 uint8_t* startExceptionTable(const Function* F, uintptr_t &ActualSize);
RecordingMemoryManager.cpp 73 uint8_t* RecordingMemoryManager::startExceptionTable(const Function* F, uintptr_t &ActualSize) {
lli.cpp 270 virtual uint8_t* startExceptionTable(const Function* F,
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 164 virtual uint8_t* startExceptionTable(const Function* F,
167 uint8_t *Result = Base->startExceptionTable(F, ActualSize);
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 508 /// startExceptionTable - Use startFunctionBody to allocate memory for the
510 uint8_t* startExceptionTable(const Function* F, uintptr_t &ActualSize) {
    [all...]
JITEmitter.cpp     [all...]

Completed in 92 milliseconds