Home
last modified time | relevance | path

Searched refs:loadLinkableFile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLoadLinkableFile.h59 loadLinkableFile(StringRef Path, const Triple &TT, LoadArchives LA,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLoadLinkableFile.cpp42 loadLinkableFile(StringRef Path, const Triple &TT, LoadArchives LA, in loadLinkableFile() function
H A DExecutionUtils.cpp300 auto Linkable = loadLinkableFile(FileName, TT, LoadArchives::Required); in Load()