Home
last modified time | relevance | path

Searched defs:getPointerToNamedFunction (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp282 void *RTDyldMemoryManager::getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in llvm::RTDyldMemoryManager
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp697 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in HelpingMemoryManager
856 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) in getPointerToNamedFunction() function in MCJITHelper
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp694 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in HelpingMemoryManager
827 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) in getPointerToNamedFunction() function in MCJITHelper
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp786 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in HelpingMemoryManager
954 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) in getPointerToNamedFunction() function in MCJITHelper
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp854 void *HelpingMemoryManager::getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in HelpingMemoryManager
1030 void *MCJITHelper::getPointerToNamedFunction(const std::string &Name) in getPointerToNamedFunction() function in MCJITHelper
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp616 void *MCJIT::getPointerToNamedFunction(StringRef Name, bool AbortOnFailure) { in getPointerToNamedFunction() function in MCJIT
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp214 void *getPointerToNamedFunction(const std::string &Name, in getPointerToNamedFunction() function in TrivialMemoryManager