Searched defs:AbortOnFailure (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp97 bool AbortOnFailure = !F->hasExternalWeakLinkage(); local
98 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
220 bool AbortOnFailure){
232 if (AbortOnFailure) {
219 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp670 bool AbortOnFailure = !F->hasExternalWeakLinkage(); local
671 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
718 bool AbortOnFailure){
730 if (AbortOnFailure) {
717 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
H A DJITMemoryManager.cpp332 bool AbortOnFailure = true);
855 bool AbortOnFailure) {
901 if (AbortOnFailure) {
854 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument

Completed in 71 milliseconds