Home
last modified time | relevance | path

Searched refs:AbortOnFailure (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
DIntercept.cpp103 bool AbortOnFailure) { in getPointerToNamedFunction() argument
156 if (AbortOnFailure) { in getPointerToNamedFunction()
DJIT.h129 bool AbortOnFailure = true);
DJIT.cpp669 bool AbortOnFailure = !F->hasExternalWeakLinkage(); in getPointerToFunction() local
670 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure); in getPointerToFunction()
/external/llvm/lib/ExecutionEngine/MCJIT/
DIntercept.cpp103 bool AbortOnFailure) { in getPointerToNamedFunction() argument
156 if (AbortOnFailure) { in getPointerToNamedFunction()
DMCJIT.cpp99 bool AbortOnFailure = !F->hasExternalWeakLinkage(); in getPointerToFunction() local
100 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure); in getPointerToFunction()
DMCJIT.h70 bool AbortOnFailure = true);