Searched refs:showSummary (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lld/COFF/ |
D | DebugTypes.cpp | 334 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()
|
D | Config.h | 112 bool showSummary = false; member
|
D | PDB.cpp | 979 if (config->showSummary) { in addObjectsToPDB() 1007 if (!config->showSummary) in printStats()
|
D | Driver.cpp | 1260 config->showSummary = args.hasArg(OPT_summary); in link()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | ConsoleCheckCLDR.java | 761 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() 787 … showSummary(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
|