Searched refs:getLLDVersion (Results 1 – 6 of 6) sorted by relevance
21 std::string getLLDVersion();
20 std::string lld::getLLDVersion() { in getLLDVersion() function in lld
1591 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()
682 Msg(ctx) << getLLDVersion() << " (compatible with GNU linkers)"; in linkerMain()692 ctx.tar->append("version.txt", getLLDVersion() + "\n"); in linkerMain()
77 s = ctx.saver.save(Twine("Linker: ") + getLLDVersion()); in getVersion()
1585 Msg(ctx) << getLLDVersion(); in linkerMain()