Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/include/lld/Common/
HDVersion.h21 std::string getLLDVersion();
/freebsd-14-stable/contrib/llvm-project/lld/Common/
HDVersion.cpp20 std::string lld::getLLDVersion() { in getLLDVersion() function in lld
/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDDriver.cpp1519 message(getLLDVersion()); in link()
1611 tar->append("version.txt", getLLDVersion() + "\n"); in link()
1927 message(getLLDVersion(), lld::errs()); in link()
2080 depTracker->write(getLLDVersion(), inputFiles, config->outputFile); in link()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDDriver.cpp635 message(getLLDVersion() + " (compatible with GNU linkers)"); in linkerMain()
645 tar->append("version.txt", getLLDVersion() + "\n"); in linkerMain()
HDSyntheticSections.cpp80 s = saver().save(Twine("Linker: ") + getLLDVersion()); in getVersion()
/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDDriver.cpp1505 message(getLLDVersion()); in linkerMain()