Lines Matching refs:getVFS
100 if (D.getVFS().exists(SysRoot + "/lib/" + MT)) in getMultiarchTriple()
102 if (D.getVFS().exists(SysRoot + "/lib/mips64-linux-gnu")) in getMultiarchTriple()
111 if (D.getVFS().exists(SysRoot + "/lib/" + MT)) in getMultiarchTriple()
113 if (D.getVFS().exists(SysRoot + "/lib/mips64el-linux-gnu")) in getMultiarchTriple()
118 if (D.getVFS().exists(SysRoot + "/lib/powerpc-linux-gnuspe")) in getMultiarchTriple()
189 Distro Distro(D.getVFS(), Triple); in Linux()
346 if (getVFS().exists(AndroidSysRootPath)) in computeSysRoot()
365 if (getVFS().exists(Path)) in computeSysRoot()
370 if (getVFS().exists(Path)) in computeSysRoot()
380 const Distro Distro(getDriver().getVFS(), Triple); in getDynamicLinker()
575 D.getVFS().exists(SysRoot + "/usr/include/" + MultiarchIncludeDir)) in AddClangSystemIncludeArgs()