Lines Matching refs:SysRoot
31 StringRef SysRoot) { in getMultiarchTriple() argument
165 auto SysRoot = getDriver().SysRoot; in WebAssembly() local
171 getFilePaths().push_back(SysRoot + "/lib"); in WebAssembly()
174 getMultiarchTriple(getDriver(), Triple, SysRoot); in WebAssembly()
179 auto Dir = AppendLTOLibDir(SysRoot + "/lib/" + MultiarchTriple); in WebAssembly()
182 getFilePaths().push_back(SysRoot + "/lib/" + MultiarchTriple); in WebAssembly()
335 llvm::sys::path::is_absolute(dir) ? "" : StringRef(D.SysRoot); in AddClangSystemIncludeArgs()
343 getMultiarchTriple(D, getTriple(), D.SysRoot); in AddClangSystemIncludeArgs()
344 addSystemInclude(DriverArgs, CC1Args, D.SysRoot + "/include/" + MultiarchTriple); in AddClangSystemIncludeArgs()
346 addSystemInclude(DriverArgs, CC1Args, D.SysRoot + "/include"); in AddClangSystemIncludeArgs()
355 getMultiarchTriple(getDriver(), getTriple(), getDriver().SysRoot); in AddClangCXXStdlibIncludeArgs()
357 getDriver().SysRoot + "/include/" + MultiarchTriple + in AddClangCXXStdlibIncludeArgs()
361 getDriver().SysRoot + "/include/c++/v1"); in AddClangCXXStdlibIncludeArgs()