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

  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 159 virtual uint8_t *startExceptionTable(const Function *F,
  /external/llvm/tools/lli/
RecordingMemoryManager.cpp 101 uint8_t* RecordingMemoryManager::startExceptionTable(const Function* F, uintptr_t &ActualSize) {
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 516 /// startExceptionTable - Use startFunctionBody to allocate memory for the
518 uint8_t* startExceptionTable(const Function* F, uintptr_t &ActualSize) {
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 164 virtual uint8_t *startExceptionTable(const Function *F,
167 uint8_t *Result = Base->startExceptionTable(F, ActualSize);
313 virtual uint8_t *startExceptionTable(const Function *F,
320 RecordingJITMemoryManager::startExceptionTable(F, ActualSize);

Completed in 84 milliseconds