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

  /external/swiftshader/src/Reactor/
LLVMRoutineManager.hpp 37 virtual uint8_t *startExceptionTable(const llvm::Function *function, uintptr_t &ActualSize);
LLVMRoutineManager.cpp 82 uint8_t *LLVMRoutineManager::startExceptionTable(const llvm::Function* F, uintptr_t &ActualSize)
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
JITMemoryManager.h 117 /// startExceptionTable - When we finished JITing the function, if exception
119 virtual uint8_t* startExceptionTable(const Function* F,
128 /// The argument must be the return value from a call to startExceptionTable()
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 280 virtual uint8_t *startExceptionTable(const llvm::Function *F,
282 return mgr()->startExceptionTable(F, ActualSize);
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 152 virtual uint8_t* startExceptionTable(const Function* F,
155 uint8_t *Result = Base->startExceptionTable(F, ActualSize);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 444 /// startExceptionTable - Use startFunctionBody to allocate memory for the
446 uint8_t* startExceptionTable(const Function* F, uintptr_t &ActualSize) {
JITEmitter.cpp     [all...]

Completed in 1927 milliseconds