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

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 158 bool AbortOnFailure = !F->hasExternalWeakLinkage();
159 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
285 bool AbortOnFailure) {
301 if (AbortOnFailure) {
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 676 bool AbortOnFailure = !F->hasExternalWeakLinkage();
677 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
724 bool AbortOnFailure){
736 if (AbortOnFailure) {

Completed in 44 milliseconds