HomeSort by relevance Sort by last modified time
    Searched full:startexceptiontable (Results 1 - 5 of 5) sorted by null

  /external/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()
  /frameworks/compile/libbcc/lib/CodeGen/
CodeMemoryManager.h 199 virtual uint8_t *startExceptionTable(const llvm::Function *F,
214 // return value from a call to startExceptionTable() that hasn't been
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 152 virtual uint8_t* startExceptionTable(const Function* F,
155 uint8_t *Result = Base->startExceptionTable(F, ActualSize);
  /external/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 127 milliseconds