Searched refs:LibraryPath (Results 1 – 5 of 5) sorted by relevance
16 const char *LibraryPath, in Load() argument18 auto Handle = ES.getExecutorProcessControl().loadDylib(LibraryPath); in Load()
44 Load(ExecutionSession &ES, const char *LibraryPath,
236 for (std::string LibraryPath : LibraryPaths) { in getDeviceLibs() local237 SmallString<128> Path(LibraryPath); in getDeviceLibs()
357 for (StringRef LibraryPath : LibraryPaths) { in getDeviceLibs() local358 SmallString<128> Path(LibraryPath); in getDeviceLibs()
2329 for (StringRef LibraryPath : LibraryPaths) { in addOpenMPDeviceRTL() local2330 SmallString<128> LibOmpTargetFile(LibraryPath); in addOpenMPDeviceRTL()