Home
last modified time | relevance | path

Searched refs:LibraryPath (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.cpp22 ExecutionSession &ES, const char *LibraryPath, SymbolPredicate Allow, in Load() argument
25 ES.getExecutorProcessControl().getDylibMgr().loadDylib(LibraryPath); in Load()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.h65 Load(ExecutionSession &ES, const char *LibraryPath,
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp232 for (std::string LibraryPath : LibraryPaths) { in getDeviceLibs() local
233 SmallString<128> Path(LibraryPath); in getDeviceLibs()
H A DHIPAMD.cpp378 for (StringRef LibraryPath : LibraryPaths) { in getDeviceLibs() local
379 SmallString<128> Path(LibraryPath); in getDeviceLibs()
H A DCommonArgs.cpp2943 for (StringRef LibraryPath : LibraryPaths) { in addOpenMPDeviceRTL() local
2944 SmallString<128> LibOmpTargetFile(LibraryPath); in addOpenMPDeviceRTL()