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.cpp20 ExecutionSession &ES, const char *LibraryPath, SymbolPredicate Allow, in Load() argument
22 auto Handle = ES.getExecutorProcessControl().loadDylib(LibraryPath); in Load()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.h50 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.cpp417 for (StringRef LibraryPath : LibraryPaths) { in getDeviceLibs() local
418 SmallString<128> Path(LibraryPath); in getDeviceLibs()
H A DCommonArgs.cpp2775 for (StringRef LibraryPath : LibraryPaths) { in addOpenMPDeviceRTL() local
2776 SmallString<128> LibOmpTargetFile(LibraryPath); in addOpenMPDeviceRTL()