Lines Matching refs:getVFS
136 if (D.getVFS().exists(concat(SysRoot, "/lib", MT))) in getMultiarchTriple()
138 if (D.getVFS().exists(concat(SysRoot, "/lib/mips64-linux-gnu"))) in getMultiarchTriple()
145 if (D.getVFS().exists(concat(SysRoot, "/lib", MT))) in getMultiarchTriple()
147 if (D.getVFS().exists(concat(SysRoot, "/lib/mips64el-linux-gnu"))) in getMultiarchTriple()
152 if (D.getVFS().exists(concat(SysRoot, "/lib/powerpc-linux-gnuspe"))) in getMultiarchTriple()
227 Distro Distro(D.getVFS(), Triple); in Linux()
382 if (getVFS().exists(AndroidSysRootPath)) in computeSysRoot()
396 if (getVFS().exists(Path)) in computeSysRoot()
416 if (getVFS().exists(Path)) in computeSysRoot()
421 if (getVFS().exists(Path)) in computeSysRoot()
431 const Distro Distro(getDriver().getVFS(), Triple); in getDynamicLinker()
658 D.getVFS().exists(concat(SysRoot, "/usr/include", MultiarchIncludeDir))) in AddClangSystemIncludeArgs()