Home | History | Annotate | Download | only in ToolChains

Lines Matching refs:SysRoot

31                                             StringRef SysRoot) const {
175 auto SysRoot = getDriver().SysRoot;
181 getFilePaths().push_back(SysRoot + "/lib");
184 getMultiarchTriple(getDriver(), Triple, SysRoot);
186 // For LTO, enable use of lto-enabled sysroot libraries too, if available.
189 auto Dir = AppendLTOLibDir(SysRoot + "/lib/" + MultiarchTriple);
192 getFilePaths().push_back(SysRoot + "/lib/" + MultiarchTriple);
367 llvm::sys::path::is_absolute(dir) ? "" : StringRef(D.SysRoot);
375 getMultiarchTriple(D, getTriple(), D.SysRoot);
376 addSystemInclude(DriverArgs, CC1Args, D.SysRoot + "/include/" + MultiarchTriple);
378 addSystemInclude(DriverArgs, CC1Args, D.SysRoot + "/include");
387 getMultiarchTriple(getDriver(), getTriple(), getDriver().SysRoot);
389 getDriver().SysRoot + "/include/" + MultiarchTriple +
393 getDriver().SysRoot + "/include/c++/v1");