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 359 bool AbortOnFailure = !F->hasExternalWeakLinkage();
360 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
533 bool AbortOnFailure) {
545 if (AbortOnFailure) {
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 523 bool AbortOnFailure = !F->hasExternalWeakLinkage();
524 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
571 bool AbortOnFailure){
583 if (AbortOnFailure) {

Completed in 161 milliseconds