Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRTDyldMemoryManager.cpp291 bool AbortOnFailure) { in getPointerToNamedFunction() argument
294 if (!Addr && AbortOnFailure) in getPointerToNamedFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.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()
HDMCJIT.h274 bool AbortOnFailure = true) override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDRTDyldMemoryManager.h138 bool AbortOnFailure = true);
HDExecutionEngine.h242 bool AbortOnFailure = true) = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDOrcMCJITReplacement.h359 bool AbortOnFailure = true) override {
361 if (!Addr && AbortOnFailure)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDInterpreter.h111 bool AbortOnFailure = true) override {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDIRExecutionUnit.h317 bool AbortOnFailure = true) override;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
HDllvm-rtdyld.cpp214 bool AbortOnFailure = true) override { in getPointerToNamedFunction() argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp1067 const std::string &Name, bool AbortOnFailure) { in getPointerToNamedFunction() argument