Lines Matching refs:getVFS
101 if (D.getVFS().exists(concat(SysRoot, "/lib", MT))) in getMultiarchTriple()
103 if (D.getVFS().exists(concat(SysRoot, "/lib/mips64-linux-gnu"))) in getMultiarchTriple()
112 if (D.getVFS().exists(concat(SysRoot, "/lib", MT))) in getMultiarchTriple()
114 if (D.getVFS().exists(concat(SysRoot, "/lib/mips64el-linux-gnu"))) in getMultiarchTriple()
119 if (D.getVFS().exists(concat(SysRoot, "/lib/powerpc-linux-gnuspe"))) in getMultiarchTriple()
192 Distro Distro(D.getVFS(), Triple); in Linux()
308 D.getVFS().exists(D.Dir + "/../lib/libc++.so")) in Linux()
354 if (getVFS().exists(AndroidSysRootPath)) in computeSysRoot()
368 if (getVFS().exists(Path)) in computeSysRoot()
388 if (getVFS().exists(Path)) in computeSysRoot()
393 if (getVFS().exists(Path)) in computeSysRoot()
403 const Distro Distro(getDriver().getVFS(), Triple); in getDynamicLinker()
622 D.getVFS().exists(concat(SysRoot, "/usr/include", MultiarchIncludeDir))) in AddClangSystemIncludeArgs()