/external/angle/src/tests/egl_tests/ |
D | EGLContextSharingTest.cpp | 477 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(¤tStep, &mutex, &condVar); in TEST_P() 537 AbortOnFailure abortOnFailure(¤tStep, &mutex, &condVar); in TEST_P()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RTDyldMemoryManager.cpp | 278 bool AbortOnFailure) { in getPointerToNamedFunction() argument 281 if (!Addr && AbortOnFailure) in getPointerToNamedFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RTDyldMemoryManager.cpp | 291 bool AbortOnFailure) { in getPointerToNamedFunction() argument 294 if (!Addr && AbortOnFailure) in getPointerToNamedFunction()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 401 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()
|
D | MCJIT.h | 275 bool AbortOnFailure = true) override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 415 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()
|
D | MCJIT.h | 275 bool AbortOnFailure = true) override;
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 140 bool AbortOnFailure = true);
|
D | ExecutionEngine.h | 230 bool AbortOnFailure = true) = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 139 bool AbortOnFailure = true);
|
D | ExecutionEngine.h | 242 bool AbortOnFailure = true) = 0;
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 221 bool AbortOnFailure=true) { in getPointerToNamedFunction() argument 222 return mgr()->getPointerToNamedFunction(Name, AbortOnFailure); in getPointerToNamedFunction()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 226 bool AbortOnFailure = true) override { 228 if (!Addr && AbortOnFailure)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 360 bool AbortOnFailure = true) override { 362 if (!Addr && AbortOnFailure)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 112 bool AbortOnFailure = true) override {
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy.cpp | 692 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/ |
D | toy.cpp | 689 bool AbortOnFailure = true); 695 bool AbortOnFailure) in getPointerToNamedFunction() argument 703 if (!pfn && AbortOnFailure) in getPointerToNamedFunction()
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 689 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/ |
D | toy.cpp | 692 bool AbortOnFailure = true); 698 bool AbortOnFailure) in getPointerToNamedFunction() argument 706 if (!pfn && AbortOnFailure) in getPointerToNamedFunction()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 131 bool AbortOnFailure = true) override {
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy.cpp | 781 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/ |
D | toy.cpp | 849 bool AbortOnFailure = true); 855 bool AbortOnFailure) in getPointerToNamedFunction() argument 863 if (!pfn && AbortOnFailure) in getPointerToNamedFunction()
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy.cpp | 781 bool AbortOnFailure = true); 787 bool AbortOnFailure) in getPointerToNamedFunction() argument 795 if (!pfn && AbortOnFailure) in getPointerToNamedFunction()
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 849 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/ |
D | llvm-rtdyld.cpp | 153 bool AbortOnFailure = true) override { in getPointerToNamedFunction() argument
|