Home
last modified time | relevance | path

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

12

/external/angle/src/tests/egl_tests/
DEGLContextASANTest.cpp97 class AbortOnFailure in TEST_P() class
100 AbortOnFailure(Step *currentStep, std::mutex *mutex, std::condition_variable *condVar) in TEST_P() function in __anon8373a0b10111::TEST_P::AbortOnFailure
104 ~AbortOnFailure() in TEST_P()
126 AbortOnFailure abortOnFailure(&currentStep, &mutex, &condVar); in TEST_P()
146 AbortOnFailure abortOnFailure(&currentStep, &mutex, &condVar); in TEST_P()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp278 bool AbortOnFailure) { in getPointerToNamedFunction() argument
281 if (!Addr && AbortOnFailure) in getPointerToNamedFunction()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp283 bool AbortOnFailure) { in getPointerToNamedFunction() argument
286 if (!Addr && AbortOnFailure) in getPointerToNamedFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp291 bool AbortOnFailure) { in getPointerToNamedFunction() argument
294 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/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp415 bool AbortOnFailure = !F->hasExternalWeakLinkage(); in getPointerToFunction() local
416 void *Addr = getPointerToNamedFunction(Name, AbortOnFailure); in getPointerToFunction()
610 void *MCJIT::getPointerToNamedFunction(StringRef Name, bool AbortOnFailure) { in getPointerToNamedFunction() argument
625 if (AbortOnFailure) { in getPointerToNamedFunction()
DMCJIT.h274 bool AbortOnFailure = true) override;
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp421 bool AbortOnFailure = !F->hasExternalWeakLinkage(); in getPointerToFunction() local
422 void *Addr = getPointerToNamedFunction(Name, AbortOnFailure); in getPointerToFunction()
616 void *MCJIT::getPointerToNamedFunction(StringRef Name, bool AbortOnFailure) { in getPointerToNamedFunction() argument
631 if (AbortOnFailure) { in getPointerToNamedFunction()
DMCJIT.h273 bool AbortOnFailure = true) override;
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h138 bool AbortOnFailure = true);
/external/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h140 bool AbortOnFailure = true);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h138 bool AbortOnFailure = true);
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp221 bool AbortOnFailure=true) { in getPointerToNamedFunction() argument
222 return mgr()->getPointerToNamedFunction(Name, AbortOnFailure); in getPointerToNamedFunction()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h226 bool AbortOnFailure = true) override {
228 if (!Addr && AbortOnFailure)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h359 bool AbortOnFailure = true) override {
361 if (!Addr && AbortOnFailure)
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h110 bool AbortOnFailure = true) override {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h111 bool AbortOnFailure = true) override {
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp692 bool AbortOnFailure = true);
698 bool AbortOnFailure) in getPointerToNamedFunction() argument
706 if (!pfn && AbortOnFailure) in getPointerToNamedFunction()
/external/llvm-project/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/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-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h317 bool AbortOnFailure = true) override;
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h131 bool AbortOnFailure = true) override {
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp781 bool AbortOnFailure = true);
787 bool AbortOnFailure) in getPointerToNamedFunction() argument
795 if (!pfn && AbortOnFailure) in getPointerToNamedFunction()

12