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

Declarations

tools/lld/include/lld/Common/Version.h
   21 std::string getLLDVersion();

References

tools/lld/COFF/Driver.cpp
 1145     outs() << getLLDVersion() << "\n";
tools/lld/ELF/Driver.cpp
  450     message(getLLDVersion() + " (compatible with GNU linkers)");
  460       tar->append("version.txt", getLLDVersion() + "\n");
tools/lld/ELF/SyntheticSections.cpp
   74     s = saver.save(Twine("Linker: ") + getLLDVersion());
tools/lld/MinGW/Driver.cpp
  182     message(getLLDVersion() + " (compatible with GNU linkers)");
tools/lld/wasm/Driver.cpp
  659     outs() << getLLDVersion() << "\n";
  671       tar->append("version.txt", getLLDVersion() + "\n");