Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DVersion.h21 std::string getLLDVersion();
/freebsd/contrib/llvm-project/lld/Common/
H A DVersion.cpp20 std::string lld::getLLDVersion() { in getLLDVersion() function in lld
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.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/contrib/llvm-project/lld/ELF/
H A DDriver.cpp635 message(getLLDVersion() + " (compatible with GNU linkers)"); in linkerMain()
645 tar->append("version.txt", getLLDVersion() + "\n"); in linkerMain()
H A DSyntheticSections.cpp80 s = saver().save(Twine("Linker: ") + getLLDVersion()); in getVersion()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1505 message(getLLDVersion()); in linkerMain()