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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DIntercept.cpp101 bool AbortOnFailure) {
154 if (AbortOnFailure) {
100 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
H A DJIT.cpp669 bool AbortOnFailure = !F->hasExternalWeakLinkage(); local
670 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
H A DIntercept.cpp104 bool AbortOnFailure) {
157 if (AbortOnFailure) {
103 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
H A DMCJIT.cpp100 bool AbortOnFailure = !F->hasExternalWeakLinkage(); local
101 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp278 bool AbortOnFailure) {
281 if (!Addr && AbortOnFailure)
277 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp401 bool AbortOnFailure = !F->hasExternalWeakLinkage(); local
402 void *Addr = getPointerToNamedFunction(Name, AbortOnFailure);
593 void *MCJIT::getPointerToNamedFunction(StringRef Name, bool AbortOnFailure) { argument
607 if (AbortOnFailure) {
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp362 bool AbortOnFailure=true) {
363 return mgr()->getPointerToNamedFunction(Name, AbortOnFailure);
361 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure=true) argument
/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 269 milliseconds