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

/external/llvm/lib/ExecutionEngine/
H A DRTDyldMemoryManager.cpp272 bool AbortOnFailure) {
275 if (!Addr && AbortOnFailure)
271 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp359 bool AbortOnFailure = !F->hasExternalWeakLinkage(); local
360 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
533 bool AbortOnFailure) {
545 if (AbortOnFailure) {
532 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp523 bool AbortOnFailure = !F->hasExternalWeakLinkage(); local
524 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
571 bool AbortOnFailure){
583 if (AbortOnFailure) {
570 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
H A DJITMemoryManager.cpp339 bool AbortOnFailure = true) override;
843 bool AbortOnFailure) {
889 if (AbortOnFailure) {
842 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) 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.cpp940 /// If \p AbortOnFailure is false and no function with the given name is
944 bool AbortOnFailure = true);
950 bool AbortOnFailure)
958 if (!pfn && AbortOnFailure)
949 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 2535 milliseconds