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 199 bool AbortOnFailure = !F->hasExternalWeakLinkage();
200 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
326 bool AbortOnFailure) {
342 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 62 milliseconds