Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DIntercept.cpp101 bool AbortOnFailure) { in getPointerToNamedFunction() argument
154 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/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DIntercept.cpp104 bool AbortOnFailure) { in getPointerToNamedFunction() argument
157 if (AbortOnFailure) { in getPointerToNamedFunction()
DMCJIT.cpp100 bool AbortOnFailure = !F->hasExternalWeakLinkage(); in getPointerToFunction() local
101 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure); in getPointerToFunction()
DMCJIT.h70 bool AbortOnFailure = true);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp278 bool AbortOnFailure) { in getPointerToNamedFunction() argument
281 if (!Addr && AbortOnFailure) in getPointerToNamedFunction()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp401 bool AbortOnFailure = !F->hasExternalWeakLinkage(); in getPointerToFunction() local
402 void *Addr = getPointerToNamedFunction(Name, AbortOnFailure); in getPointerToFunction()
593 void *MCJIT::getPointerToNamedFunction(StringRef Name, bool AbortOnFailure) { in getPointerToNamedFunction() argument
607 if (AbortOnFailure) { in getPointerToNamedFunction()
DMCJIT.h275 bool AbortOnFailure = true) override;
/external/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h140 bool AbortOnFailure = true);
DExecutionEngine.h230 bool AbortOnFailure = true) = 0;
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h226 bool AbortOnFailure = true) override {
228 if (!Addr && AbortOnFailure)
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp689 bool AbortOnFailure = true);
695 bool AbortOnFailure) in getPointerToNamedFunction() argument
703 if (!pfn && AbortOnFailure) in getPointerToNamedFunction()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp692 bool AbortOnFailure = true);
698 bool AbortOnFailure) in getPointerToNamedFunction() argument
706 if (!pfn && AbortOnFailure) in getPointerToNamedFunction()
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h131 bool AbortOnFailure = true) override {
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp849 bool AbortOnFailure = true);
855 bool AbortOnFailure) in getPointerToNamedFunction() argument
863 if (!pfn && AbortOnFailure) in getPointerToNamedFunction()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp781 bool AbortOnFailure = true);
787 bool AbortOnFailure) in getPointerToNamedFunction() argument
795 if (!pfn && AbortOnFailure) in getPointerToNamedFunction()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp158 bool AbortOnFailure = true) override { in getPointerToNamedFunction() argument