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

/external/llvm/lib/ExecutionEngine/
H A DRTDyldMemoryManager.cpp72 bool AbortOnFailure) {
112 if (AbortOnFailure)
71 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
/external/llvm/tools/lli/
H A DRecordingMemoryManager.cpp107 bool AbortOnFailure) {
106 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp199 bool AbortOnFailure = !F->hasExternalWeakLinkage(); local
200 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
326 bool AbortOnFailure) {
342 if (AbortOnFailure) {
325 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp676 bool AbortOnFailure = !F->hasExternalWeakLinkage(); local
677 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
724 bool AbortOnFailure){
736 if (AbortOnFailure) {
723 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
H A DJITMemoryManager.cpp336 bool AbortOnFailure = true);
845 bool AbortOnFailure) {
891 if (AbortOnFailure) {
844 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp776 /// If \p AbortOnFailure is false and no function with the given name is
780 bool AbortOnFailure = true);
786 bool AbortOnFailure)
794 if (!pfn && AbortOnFailure)
785 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp939 /// If \p AbortOnFailure is false and no function with the given name is
943 bool AbortOnFailure = true);
949 bool AbortOnFailure)
957 if (!pfn && AbortOnFailure)
948 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp684 /// If \p AbortOnFailure is false and no function with the given name is
688 bool AbortOnFailure = true);
694 bool AbortOnFailure)
702 if (!pfn && AbortOnFailure)
693 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp687 /// If \p AbortOnFailure is false and no function with the given name is
691 bool AbortOnFailure = true);
697 bool AbortOnFailure)
705 if (!pfn && AbortOnFailure)
696 getPointerToNamedFunction(const std::string &Name, bool AbortOnFailure) argument

Completed in 227 milliseconds