Home
last modified time | relevance | path

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

12

/external/angle/src/tests/egl_tests/
DEGLContextSharingTest.cpp477 class AbortOnFailure in TEST_P() class
480 AbortOnFailure(Step *currentStep, std::mutex *mutex, std::condition_variable *condVar) in TEST_P() function in __anon1f1b611e0111::TEST_P::AbortOnFailure
484 ~AbortOnFailure() in TEST_P()
506 AbortOnFailure abortOnFailure(&currentStep, &mutex, &condVar); in TEST_P()
537 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/swiftshader/third_party/llvm-7.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-7.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.h275 bool AbortOnFailure = true) override;
/external/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h140 bool AbortOnFailure = true);
DExecutionEngine.h230 bool AbortOnFailure = true) = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h139 bool AbortOnFailure = true);
DExecutionEngine.h242 bool AbortOnFailure = true) = 0;
/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-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h360 bool AbortOnFailure = true) override {
362 if (!Addr && AbortOnFailure)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h112 bool AbortOnFailure = true) override {
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp692 bool AbortOnFailure = true);
698 bool AbortOnFailure) in getPointerToNamedFunction() argument
706 if (!pfn && AbortOnFailure) in getPointerToNamedFunction()
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp781 bool AbortOnFailure = true);
787 bool AbortOnFailure) in getPointerToNamedFunction() argument
795 if (!pfn && AbortOnFailure) in getPointerToNamedFunction()
/external/swiftshader/third_party/llvm-7.0/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/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp849 bool AbortOnFailure = true);
855 bool AbortOnFailure) in getPointerToNamedFunction() argument
863 if (!pfn && AbortOnFailure) in getPointerToNamedFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp153 bool AbortOnFailure = true) override { in getPointerToNamedFunction() argument

12