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

References

tools/clang/lib/Driver/ToolChains/MinGW.cpp
  325   if (Arch.empty())
  326     Arch = Archs[0].str();
  334         Arch = CandidateArch;
  363       Arch = CandidateSubdir;
  393       (Base + Arch + llvm::sys::path::get_separator() + "lib").str());
  396   getFilePaths().push_back(Base + Arch + "/sys-root/mingw/lib");
  534                      Base + Arch + "/sys-root/mingw/include");
  538                    Base + Arch + llvm::sys::path::get_separator() + "include");
  552     addSystemInclude(DriverArgs, CC1Args, Base + Arch + Slash + "include" +
  561     llvm::sys::path::append(CppIncludeBases[0], Arch, "include", "c++");
  563     llvm::sys::path::append(CppIncludeBases[1], Arch, "include", "c++", Ver);
  571       addSystemInclude(DriverArgs, CC1Args, CppIncludeBase + Arch);