Home
last modified time | relevance | path

Searched full:librarypath (Results 1 – 7 of 7) 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/sys/contrib/zstd/
H A Dappveyor.yml46 …SET ADDITIONALPARAM=/p:LibraryPath="C:\Program Files\Microsoft SDKs\Windows\v7.1\lib\x64;c:\Progra…
162 …SET ADDITIONALPARAM=/p:LibraryPath="C:\Program Files\Microsoft SDKs\Windows\v7.1\lib\x64;c:\Progra…
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.h50 Load(ExecutionSession &ES, const char *LibraryPath,
H A DExecutorProcessControl.h283 /// If LibraryPath is null this function will return the global handle for
/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()