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

References

tools/clang/lib/Driver/ToolChain.cpp
  394     Suffix = IsITANMSVCWindows ? ".obj" : ".o";
  397     Suffix = IsITANMSVCWindows ? ".lib" : ".a";
  400     Suffix = Triple.isOSWindows()
  408     llvm::sys::path::append(P, Prefix + Twine("clang_rt.") + Component + Suffix);
  417                                     Arch + Env + Suffix);