Searched full:librarypath (Results 1 – 7 of 7) sorted by relevance
20 ExecutionSession &ES, const char *LibraryPath, SymbolPredicate Allow, in Load() argument22 auto Handle = ES.getExecutorProcessControl().loadDylib(LibraryPath); in Load()
46 …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…
50 Load(ExecutionSession &ES, const char *LibraryPath,
283 /// If LibraryPath is null this function will return the global handle for
232 for (std::string LibraryPath : LibraryPaths) { in getDeviceLibs() local233 SmallString<128> Path(LibraryPath); in getDeviceLibs()
417 for (StringRef LibraryPath : LibraryPaths) { in getDeviceLibs() local418 SmallString<128> Path(LibraryPath); in getDeviceLibs()
2775 for (StringRef LibraryPath : LibraryPaths) { in addOpenMPDeviceRTL() local2776 SmallString<128> LibOmpTargetFile(LibraryPath); in addOpenMPDeviceRTL()