Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRTDyldMemoryManager.cpp283 bool AbortOnFailure) { in getPointerToNamedFunction() argument
286 if (!Addr && AbortOnFailure) in getPointerToNamedFunction()
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.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()
HDMCJIT.h266 bool AbortOnFailure = true) override;
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDRTDyldMemoryManager.h138 bool AbortOnFailure = true);
HDExecutionEngine.h238 bool AbortOnFailure = true) = 0;
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDInterpreter.h110 bool AbortOnFailure = true) override {
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Expression/
HDIRExecutionUnit.h312 bool AbortOnFailure = true) override;
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-rtdyld/
HDllvm-rtdyld.cpp218 bool AbortOnFailure = true) override { in getPointerToNamedFunction() argument
/freebsd-head/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp990 const std::string &Name, bool AbortOnFailure) { in getPointerToNamedFunction() argument