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

References

tools/clang/lib/Driver/Multilib.cpp
  125   if (osSuffix() != Other.osSuffix())
  125   if (osSuffix() != Other.osSuffix())
  176   llvm::sys::path::append(OSSuffix, "/", Base.osSuffix(), New.osSuffix());
  176   llvm::sys::path::append(OSSuffix, "/", Base.osSuffix(), New.osSuffix());
tools/clang/lib/Driver/ToolChains/Gnu.cpp
 1098           {"/../sysroot" + M.osSuffix() + "/usr/include"});
tools/clang/lib/Driver/ToolChains/Linux.cpp
  354                            OSLibDir + SelectedMultilib.osSuffix(),
  436                            Multilib.osSuffix(),
  496       (InstallDir + "/../../../../" + TripleStr + "/libc" + Multilib.osSuffix())
  502   Path = (InstallDir + "/../../../../sysroot" + Multilib.osSuffix()).str();
tools/clang/lib/Driver/ToolChains/MipsLinux.cpp
   71     return getDriver().SysRoot + SelectedMultilib.osSuffix();
   75       InstalledDir + "/../sysroot" + SelectedMultilib.osSuffix();
  123   llvm::sys::path::append(Path, SelectedMultilib.osSuffix(), "lib" + LibSuffix,
tools/clang/unittests/Driver/MultilibTest.cpp
  140   ASSERT_TRUE(M.osSuffix() == "/os64");