Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/include/lld/Common/
H A DVersion.h21 std::string getLLDVersion();
/llvm-project-15.0.7/lld/Common/
H A DVersion.cpp20 std::string lld::getLLDVersion() { in getLLDVersion() function in lld
/llvm-project-15.0.7/lld/MachO/
H A DDriver.cpp1196 message(getLLDVersion()); in link()
1267 tar->append("version.txt", getLLDVersion() + "\n"); in link()
1532 message(getLLDVersion(), lld::errs()); in link()
1692 depTracker->write(getLLDVersion(), inputFiles, config->outputFile); in link()
/llvm-project-15.0.7/lld/wasm/
H A DDriver.cpp860 lld::outs() << getLLDVersion() << "\n"; in linkerMain()
872 tar->append("version.txt", getLLDVersion() + "\n"); in linkerMain()
/llvm-project-15.0.7/lld/MinGW/
H A DDriver.cpp180 message(getLLDVersion() + " (compatible with GNU linkers)"); in link()
/llvm-project-15.0.7/lld/ELF/
H A DDriver.cpp547 message(getLLDVersion() + " (compatible with GNU linkers)"); in linkerMain()
557 tar->append("version.txt", getLLDVersion() + "\n"); in linkerMain()
H A DSyntheticSections.cpp76 s = saver().save(Twine("Linker: ") + getLLDVersion()); in getVersion()
/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp1468 message(getLLDVersion()); in linkerMain()