Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DDebugTypes.cpp338 if (config->showSummary) { in mergeDebugT()
394 if (config->showSummary) { in mergeDebugT()
732 if (config->showSummary) { in remapTpiWithGHashes()
803 if (config->showSummary) { in remapTpiWithGHashes()
809 if (config->showSummary) { in remapTpiWithGHashes()
887 if (config->showSummary) { in remapTpiWithGHashes()
DConfig.h121 bool showSummary = false; member
DPDB.cpp1171 if (config->showSummary) { in addObjectsToPDB()
1216 if (!config->showSummary) in printStats()
DDriver.cpp1330 config->showSummary = args.hasArg(OPT_summary); in linkerMain()