Searched defs:AbortOnFailure (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp285 bool AbortOnFailure) {
288 if (!Addr && AbortOnFailure)
284 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp387 bool AbortOnFailure = !F->hasExternalWeakLinkage(); local
388 void *Addr = getPointerToNamedFunction(Name, AbortOnFailure);
578 void *MCJIT::getPointerToNamedFunction(StringRef Name, bool AbortOnFailure) { argument
592 if (AbortOnFailure) {
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp777 /// If \p AbortOnFailure is false and no function with the given name is
781 bool AbortOnFailure = true);
787 bool AbortOnFailure)
795 if (!pfn && AbortOnFailure)
786 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp845 /// If \p AbortOnFailure is false and no function with the given name is
849 bool AbortOnFailure = true);
855 bool AbortOnFailure)
863 if (!pfn && AbortOnFailure)
854 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp685 /// If \p AbortOnFailure is false and no function with the given name is
689 bool AbortOnFailure = true);
695 bool AbortOnFailure)
703 if (!pfn && AbortOnFailure)
694 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp688 /// If \p AbortOnFailure is false and no function with the given name is
692 bool AbortOnFailure = true);
698 bool AbortOnFailure)
706 if (!pfn && AbortOnFailure)
697 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument

Completed in 5385 milliseconds