reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/ToolChains/Linux.cpp
   64       if (D.getVFS().exists(SysRoot + "/lib/arm-linux-gnueabihf"))
   67       if (D.getVFS().exists(SysRoot + "/lib/arm-linux-gnueabi"))
   74       if (D.getVFS().exists(SysRoot + "/lib/armeb-linux-gnueabihf"))
   77       if (D.getVFS().exists(SysRoot + "/lib/armeb-linux-gnueabi"))
   84     if (D.getVFS().exists(SysRoot + "/lib/i386-linux-gnu"))
   92         D.getVFS().exists(SysRoot + "/lib/x86_64-linux-gnu"))
   98     if (D.getVFS().exists(SysRoot + "/lib/aarch64-linux-gnu"))
  102     if (D.getVFS().exists(SysRoot + "/lib/aarch64_be-linux-gnu"))
  107     if (D.getVFS().exists(SysRoot + "/lib/" + MT))
  115     if (D.getVFS().exists(SysRoot + "/lib/" + MT))
  122     if (D.getVFS().exists(SysRoot + "/lib/" + MT))
  124     if (D.getVFS().exists(SysRoot + "/lib/mips64-linux-gnu"))
  133     if (D.getVFS().exists(SysRoot + "/lib/" + MT))
  135     if (D.getVFS().exists(SysRoot + "/lib/mips64el-linux-gnu"))
  140     if (D.getVFS().exists(SysRoot + "/lib/powerpc-linux-gnuspe"))
  142     if (D.getVFS().exists(SysRoot + "/lib/powerpc-linux-gnu"))
  146     if (D.getVFS().exists(SysRoot + "/lib/powerpc64-linux-gnu"))
  150     if (D.getVFS().exists(SysRoot + "/lib/powerpc64le-linux-gnu"))
  154     if (D.getVFS().exists(SysRoot + "/lib/sparc-linux-gnu"))
  158     if (D.getVFS().exists(SysRoot + "/lib/sparc64-linux-gnu"))
  162     if (D.getVFS().exists(SysRoot + "/lib/s390x-linux-gnu"))