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

  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 511 /// endExceptionTable - The exception table of F is now allocated,
513 void endExceptionTable(const Function *F, uint8_t *TableStart,
    [all...]
  /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);

Completed in 489 milliseconds