/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 784 virtual void *getPointerToNamedFunction(const std::string &Name) = 0; 810 void *getPointerToNamedFunction(const std::string &Name); 848 virtual void *getPointerToNamedFunction(const std::string &Name, 854 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in HelpingMemoryManager 858 void *pfn = RTDyldMemoryManager::getPointerToNamedFunction(Name, false); in getPointerToNamedFunction() 862 pfn = MasterHelper->getPointerToNamedFunction(Name); in getPointerToNamedFunction() 1030 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) in getPointerToNamedFunction() function in MCJITHelper
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 784 virtual void *getPointerToNamedFunction(const std::string &Name) = 0; 810 void *getPointerToNamedFunction(const std::string &Name); 848 virtual void *getPointerToNamedFunction(const std::string &Name, 854 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in HelpingMemoryManager 858 void *pfn = RTDyldMemoryManager::getPointerToNamedFunction(Name, false); in getPointerToNamedFunction() 862 pfn = MasterHelper->getPointerToNamedFunction(Name); in getPointerToNamedFunction() 1030 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) in getPointerToNamedFunction() function in MCJITHelper
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy.cpp | 660 void *getPointerToNamedFunction(const std::string &Name); 691 virtual void *getPointerToNamedFunction(const std::string &Name, 697 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in HelpingMemoryManager 701 void *pfn = SectionMemoryManager::getPointerToNamedFunction(Name, false); in getPointerToNamedFunction() 705 pfn = MasterHelper->getPointerToNamedFunction(Name); in getPointerToNamedFunction() 856 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) in getPointerToNamedFunction() function in MCJITHelper
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 658 void *getPointerToNamedFunction(const std::string &Name); 688 virtual void *getPointerToNamedFunction(const std::string &Name, 694 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in HelpingMemoryManager 698 void *pfn = SectionMemoryManager::getPointerToNamedFunction(Name, false); in getPointerToNamedFunction() 702 pfn = MasterHelper->getPointerToNamedFunction(Name); in getPointerToNamedFunction() 827 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) in getPointerToNamedFunction() function in MCJITHelper
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 658 void *getPointerToNamedFunction(const std::string &Name); 688 virtual void *getPointerToNamedFunction(const std::string &Name, 694 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in HelpingMemoryManager 698 void *pfn = SectionMemoryManager::getPointerToNamedFunction(Name, false); in getPointerToNamedFunction() 702 pfn = MasterHelper->getPointerToNamedFunction(Name); in getPointerToNamedFunction() 827 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) in getPointerToNamedFunction() function in MCJITHelper
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy.cpp | 660 void *getPointerToNamedFunction(const std::string &Name); 691 virtual void *getPointerToNamedFunction(const std::string &Name, 697 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in HelpingMemoryManager 701 void *pfn = SectionMemoryManager::getPointerToNamedFunction(Name, false); in getPointerToNamedFunction() 705 pfn = MasterHelper->getPointerToNamedFunction(Name); in getPointerToNamedFunction() 856 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) in getPointerToNamedFunction() function in MCJITHelper
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 137 virtual void *getPointerToNamedFunction(const std::string &Name,
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 139 virtual void *getPointerToNamedFunction(const std::string &Name,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 137 virtual void *getPointerToNamedFunction(const std::string &Name,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 220 virtual void *getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in DelegatingJITMemoryManager 222 return mgr()->getPointerToNamedFunction(Name, AbortOnFailure); in getPointerToNamedFunction()
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy.cpp | 747 void *getPointerToNamedFunction(const std::string &Name); 780 virtual void *getPointerToNamedFunction(const std::string &Name, 786 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in HelpingMemoryManager 790 void *pfn = SectionMemoryManager::getPointerToNamedFunction(Name, false); in getPointerToNamedFunction() 794 pfn = MasterHelper->getPointerToNamedFunction(Name); in getPointerToNamedFunction() 954 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) in getPointerToNamedFunction() function in MCJITHelper
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy.cpp | 747 void *getPointerToNamedFunction(const std::string &Name); 780 virtual void *getPointerToNamedFunction(const std::string &Name, 786 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in HelpingMemoryManager 790 void *pfn = SectionMemoryManager::getPointerToNamedFunction(Name, false); in getPointerToNamedFunction() 794 pfn = MasterHelper->getPointerToNamedFunction(Name); in getPointerToNamedFunction() 954 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) in getPointerToNamedFunction() function in MCJITHelper
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RTDyldMemoryManager.cpp | 277 void *RTDyldMemoryManager::getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in llvm::RTDyldMemoryManager
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RTDyldMemoryManager.cpp | 282 void *RTDyldMemoryManager::getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in llvm::RTDyldMemoryManager
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RTDyldMemoryManager.cpp | 290 void *RTDyldMemoryManager::getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in llvm::RTDyldMemoryManager
|
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 109 void *getPointerToNamedFunction(StringRef Name,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 110 void *getPointerToNamedFunction(StringRef Name,
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 402 void *Addr = getPointerToNamedFunction(Name, AbortOnFailure); in getPointerToFunction() 593 void *MCJIT::getPointerToNamedFunction(StringRef Name, bool AbortOnFailure) { in getPointerToNamedFunction() function in MCJIT
|
D | MCJIT.h | 274 void *getPointerToNamedFunction(StringRef Name,
|
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 272 void *getPointerToNamedFunction(StringRef Name,
|
D | MCJIT.cpp | 422 void *Addr = getPointerToNamedFunction(Name, AbortOnFailure); in getPointerToFunction() 616 void *MCJIT::getPointerToNamedFunction(StringRef Name, bool AbortOnFailure) { in getPointerToNamedFunction() function in MCJIT
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 273 void *getPointerToNamedFunction(StringRef Name,
|
D | MCJIT.cpp | 416 void *Addr = getPointerToNamedFunction(Name, AbortOnFailure); in getPointerToFunction() 610 void *MCJIT::getPointerToNamedFunction(StringRef Name, bool AbortOnFailure) { in getPointerToNamedFunction() function in MCJIT
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | IRExecutionUnit.h | 316 void *getPointerToNamedFunction(const std::string &Name,
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 130 void *getPointerToNamedFunction(StringRef Name,
|