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

  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 505 /// startExceptionTable - Use startFunctionBody to allocate memory for the
507 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);

Completed in 76 milliseconds