Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJITMemoryManager.h42 bool AbortOnFailure = true) {
43 return JMM->getPointerToNamedFunction(Name, AbortOnFailure);
DMCJIT.cpp126 bool AbortOnFailure = !F->hasExternalWeakLinkage(); in getPointerToFunction() local
127 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure); in getPointerToFunction()
253 bool AbortOnFailure) { in getPointerToNamedFunction() argument
269 if (AbortOnFailure) { in getPointerToNamedFunction()
DMCJIT.h68 bool AbortOnFailure = true);
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h49 bool AbortOnFailure = true) = 0;
DJITMemoryManager.h59 bool AbortOnFailure = true) = 0;
DExecutionEngine.h241 bool AbortOnFailure = true) = 0;
/external/llvm/tools/lli/
DRecordingMemoryManager.h53 bool AbortOnFailure = true);
DRecordingMemoryManager.cpp85 bool AbortOnFailure) { in getPointerToNamedFunction() argument
Dlli.cpp219 bool AbortOnFailure = true);
342 bool AbortOnFailure) { in getPointerToNamedFunction() argument
374 if (AbortOnFailure) in getPointerToNamedFunction()
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp675 bool AbortOnFailure = !F->hasExternalWeakLinkage(); in getPointerToFunction() local
676 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure); in getPointerToFunction()
723 bool AbortOnFailure){ in getPointerToNamedFunction() argument
735 if (AbortOnFailure) { in getPointerToNamedFunction()
DJIT.h129 bool AbortOnFailure = true);
DJITMemoryManager.cpp332 bool AbortOnFailure = true);
858 bool AbortOnFailure) { in getPointerToNamedFunction() argument
904 if (AbortOnFailure) { in getPointerToNamedFunction()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp62 bool AbortOnFailure = true) { in getPointerToNamedFunction() argument
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h119 bool AbortOnFailure = true) {
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp68 bool AbortOnFailure = true) { in getPointerToNamedFunction() argument
69 return Base->getPointerToNamedFunction(Name, AbortOnFailure); in getPointerToNamedFunction()