Home
last modified time | relevance | path

Searched refs:showSummary (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp333 if (ctx.config.showSummary) { in mergeDebugT()
393 if (ctx.config.showSummary) { in mergeDebugT()
743 if (ctx.config.showSummary) { in remapTpiWithGHashes()
815 if (ctx.config.showSummary) { in remapTpiWithGHashes()
821 if (ctx.config.showSummary) { in remapTpiWithGHashes()
908 if (ctx.config.showSummary) { in remapTpiWithGHashes()
H A DConfig.h143 bool showSummary = false; member
H A DPDB.cpp1194 if (ctx.config.showSummary) { in addObjectsToPDB()
1240 if (!ctx.config.showSummary) in printStats()
H A DDriver.cpp1578 config->showSummary = args.hasArg(OPT_summary); in linkerMain()