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.cpp1591 message(getLLDVersion()); in link()
1684 tar->append("version.txt", getLLDVersion() + "\n"); in link()
2083 message(getLLDVersion(), ctx->e.errs()); in link()
2243 depTracker->write(getLLDVersion(), inputFiles, config->outputFile); in link()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp682 Msg(ctx) << getLLDVersion() << " (compatible with GNU linkers)"; in linkerMain()
692 ctx.tar->append("version.txt", getLLDVersion() + "\n"); in linkerMain()
H A DSyntheticSections.cpp77 s = ctx.saver.save(Twine("Linker: ") + getLLDVersion()); in getVersion()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1585 Msg(ctx) << getLLDVersion(); in linkerMain()