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

References

tools/llvm-config/llvm-config.cpp
  361       StaticExt = "a";
  364       StaticExt = "lib";
  379     StaticExt = "a";
  386     StaticExt = "a";
  426       if (Lib.endswith(StaticExt)) {
  427         FromEnd = StaticExt.size() + 1;
  458       LibFileName = (StaticPrefix + Lib + "." + StaticExt).str();