Searched refs:LibraryPath (Results 1 – 5 of 5) sorted by relevance
20 ExecutionSession &ES, const char *LibraryPath, SymbolPredicate Allow, in Load() argument22 auto Handle = ES.getExecutorProcessControl().loadDylib(LibraryPath); in Load()
50 Load(ExecutionSession &ES, const char *LibraryPath,
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()