Lines Matching refs:InstallPath
462 InstallPath = Candidate.Path;
463 if (InstallPath.empty() || !FS.exists(InstallPath))
468 InstallPath = SPACKPath.empty() ? InstallPath : SPACKPath;
470 BinPath = InstallPath;
472 IncludePath = InstallPath;
474 LibPath = InstallPath;
476 SharePath = InstallPath;
479 // Get parent of InstallPath and append "share"
480 SmallString<0> ParentSharePath = llvm::sys::path::parent_path(InstallPath);
492 InstallPath != D.SysRoot + "/usr/local"
523 OS << "Found HIP installation: " << InstallPath << ", version "