Home
last modified time | relevance | path

Searched refs:getLLDVersion (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/
H A DVersion.h22 std::string getLLDVersion();
/freebsd-12.1/contrib/llvm/tools/lld/Common/
H A DVersion.cpp41 std::string lld::getLLDVersion() { in getLLDVersion() function in lld
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDriver.cpp398 message(getLLDVersion() + " (compatible with GNU linkers)"); in main()
408 Tar->append("version.txt", getLLDVersion() + "\n"); in main()
H A DSyntheticSections.cpp69 S = Saver.save(Twine("Linker: ") + getLLDVersion()); in getVersion()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriver.cpp951 outs() << getLLDVersion() << "\n"; in link()