/external/angle/src/tests/egl_tests/ |
D | EGLContextASANTest.cpp | 97 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(¤tStep, &mutex, &condVar); in TEST_P() 146 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/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RTDyldMemoryManager.cpp | 283 bool AbortOnFailure) { in getPointerToNamedFunction() argument 286 if (!Addr && AbortOnFailure) in getPointerToNamedFunction()
|
/external/swiftshader/third_party/llvm-10.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-10.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 | 274 bool AbortOnFailure = true) override;
|
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 421 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()
|
D | MCJIT.h | 273 bool AbortOnFailure = true) override;
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 138 bool AbortOnFailure = true);
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 140 bool AbortOnFailure = true);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 138 bool AbortOnFailure = true);
|
/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-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 359 bool AbortOnFailure = true) override { 361 if (!Addr && AbortOnFailure)
|
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 110 bool AbortOnFailure = true) override {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 111 bool AbortOnFailure = true) override {
|
/external/llvm-project/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-project/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/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-project/lldb/include/lldb/Expression/ |
D | IRExecutionUnit.h | 317 bool AbortOnFailure = true) override;
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 131 bool AbortOnFailure = true) override {
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy.cpp | 781 bool AbortOnFailure = true); 787 bool AbortOnFailure) in getPointerToNamedFunction() argument 795 if (!pfn && AbortOnFailure) in getPointerToNamedFunction()
|