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 126 bool AbortOnFailure = !F->hasExternalWeakLinkage();
127 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
253 bool AbortOnFailure) {
269 if (AbortOnFailure) {
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 675 bool AbortOnFailure = !F->hasExternalWeakLinkage();
676 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
723 bool AbortOnFailure){
735 if (AbortOnFailure) {

Completed in 648 milliseconds