Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
HDVersion.h21 std::string getLLDVersion();
/freebsd-11-stable/contrib/llvm-project/lld/Common/
HDVersion.cpp21 std::string lld::getLLDVersion() { in getLLDVersion() function in lld
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDDriver.cpp465 message(getLLDVersion() + " (compatible with GNU linkers)"); in main()
475 tar->append("version.txt", getLLDVersion() + "\n"); in main()
HDSyntheticSections.cpp74 s = saver.save(Twine("Linker: ") + getLLDVersion()); in getVersion()
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDDriver.cpp1156 lld::outs() << getLLDVersion() << "\n"; in link()