Searched refs:getPointerToNamedFunction (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h137 virtual void *getPointerToNamedFunction(const std::string &Name,
H A DExecutionEngine.h232 /// getPointerToNamedFunction - This method returns the address of the
241 virtual void *getPointerToNamedFunction(StringRef Name,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h110 void *getPointerToNamedFunction(StringRef Name,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h265 /// getPointerToNamedFunction - This method returns the address of the
273 void *getPointerToNamedFunction(StringRef Name,
H A DMCJIT.cpp416 void *Addr = getPointerToNamedFunction(Name, AbortOnFailure);
610 void *MCJIT::getPointerToNamedFunction(StringRef Name, bool AbortOnFailure) { function in class:MCJIT
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp21 // These includes used by RTDyldMemoryManager::getPointerToNamedFunction()
290 void *RTDyldMemoryManager::getPointerToNamedFunction(const std::string &Name, function in class:llvm::RTDyldMemoryManager
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h316 void *getPointerToNamedFunction(const std::string &Name,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h358 void *getPointerToNamedFunction(StringRef Name,
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp213 void *getPointerToNamedFunction(const std::string &Name,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1066 void *IRExecutionUnit::MemoryManager::getPointerToNamedFunction( function in class:IRExecutionUnit::MemoryManager

Completed in 291 milliseconds