Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDebugTypes.cpp334 if (config->showSummary) { in mergeDebugT()
390 if (config->showSummary) { in mergeDebugT()
705 if (config->showSummary) { in remapTpiWithGHashes()
776 if (config->showSummary) { in remapTpiWithGHashes()
782 if (config->showSummary) { in remapTpiWithGHashes()
860 if (config->showSummary) { in remapTpiWithGHashes()
DConfig.h112 bool showSummary = false; member
DPDB.cpp979 if (config->showSummary) { in addObjectsToPDB()
1007 if (!config->showSummary) in printStats()
DDriver.cpp1260 config->showSummary = args.hasArg(OPT_summary); in link()
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java761 showSummary(localeID, level, "Items (including inherited):\t" + pathCount); in main()
766 showSummary(localeID, level, "Total missing from general exemplars:\t" + in main()
778 showSummary(localeID, level, "Total missing from currency exemplars:\t" in main()
787showSummary(localeID, level, "Subtotal " + type + ":\t" + subtotalCount.getCount(type)); in main()
1418 private static void showSummary(String localeID, Level level, String value) { in showSummary() method in ConsoleCheckCLDR