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

  /external/swiftshader/src/Reactor/
LLVMRoutineManager.cpp 88 void LLVMRoutineManager::endExceptionTable(const llvm::Function *F, uint8_t *TableStart, uint8_t *TableEnd, uint8_t* FrameRegister)
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 284 virtual void endExceptionTable(const llvm::Function *F,
288 mgr()->endExceptionTable(F, TableStart, TableEnd,
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 450 /// endExceptionTable - The exception table of F is now allocated,
452 void endExceptionTable(const Function *F, uint8_t *TableStart,
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 173 virtual void endExceptionTable(const Function *F, uint8_t *TableStart,
177 return Base->endExceptionTable(F, TableStart, TableEnd, FrameRegister);

Completed in 114 milliseconds