Lines Matching refs:SysRoot
106 SmallString<128> SysRoot(computeSysRoot()); in BareMetal() local
107 if (!SysRoot.empty()) { in BareMetal()
109 SmallString<128> Dir(SysRoot); in BareMetal()
199 if (!D.SysRoot.empty()) in computeBaseSysRoot()
200 return D.SysRoot; in computeBaseSysRoot()
279 const SmallString<128> SysRoot(computeSysRoot()); in AddClangSystemIncludeArgs() local
280 if (!SysRoot.empty()) { in AddClangSystemIncludeArgs()
282 SmallString<128> Dir(SysRoot); in AddClangSystemIncludeArgs()
337 std::string SysRoot(computeSysRoot()); in AddClangCXXStdlibIncludeArgs() local
338 if (SysRoot.empty()) in AddClangCXXStdlibIncludeArgs()
342 SmallString<128> Dir(SysRoot); in AddClangCXXStdlibIncludeArgs()