Lines Matching defs:Explicit

1005   bool Explicit = DumpType != DIDT_All && !IsDWO;
1006 bool ExplicitDWO = Explicit && IsDWO;
1007 auto shouldDump = [&](bool Explicit, const char *Name, unsigned ID,
1010 bool Should = (DumpType & Mask) && (Explicit || !Section.empty());
1018 if (shouldDump(Explicit, ".debug_abbrev", DIDT_ID_DebugAbbrev,
1044 if (Explicit || getNumCompileUnits())
1060 if (Explicit || getNumTypeUnits())
1070 if (const auto *Off = shouldDump(Explicit, ".debug_loc", DIDT_ID_DebugLoc,
1075 shouldDump(Explicit, ".debug_loclists", DIDT_ID_DebugLoclists,
1108 shouldDump(Explicit, ".debug_frame", DIDT_ID_DebugFrame,
1117 shouldDump(Explicit, ".eh_frame", DIDT_ID_DebugFrame,
1125 if (shouldDump(Explicit, ".debug_macro", DIDT_ID_DebugMacro,
1131 if (shouldDump(Explicit, ".debug_macro.dwo", DIDT_ID_DebugMacro,
1137 if (shouldDump(Explicit, ".debug_macinfo", DIDT_ID_DebugMacro,
1143 if (shouldDump(Explicit, ".debug_macinfo.dwo", DIDT_ID_DebugMacro,
1149 if (shouldDump(Explicit, ".debug_aranges", DIDT_ID_DebugAranges,
1198 if (const auto *Off = shouldDump(Explicit, ".debug_line", DIDT_ID_DebugLine,
1215 if (shouldDump(Explicit, ".debug_cu_index", DIDT_ID_DebugCUIndex,
1220 if (shouldDump(Explicit, ".debug_tu_index", DIDT_ID_DebugTUIndex,
1225 if (shouldDump(Explicit, ".debug_str", DIDT_ID_DebugStr,
1233 if (shouldDump(Explicit, ".debug_line_str", DIDT_ID_DebugLineStr,
1237 if (shouldDump(Explicit, ".debug_addr", DIDT_ID_DebugAddr,
1244 if (shouldDump(Explicit, ".debug_ranges", DIDT_ID_DebugRanges,
1269 if (shouldDump(Explicit, ".debug_rnglists", DIDT_ID_DebugRnglists,
1283 if (shouldDump(Explicit, ".debug_pubnames", DIDT_ID_DebugPubnames,
1290 if (shouldDump(Explicit, ".debug_pubtypes", DIDT_ID_DebugPubtypes,
1297 if (shouldDump(Explicit, ".debug_gnu_pubnames", DIDT_ID_DebugGnuPubnames,
1304 if (shouldDump(Explicit, ".debug_gnu_pubtypes", DIDT_ID_DebugGnuPubtypes,
1311 if (shouldDump(Explicit, ".debug_str_offsets", DIDT_ID_DebugStrOffsets,
1323 if (shouldDump(Explicit, ".gdb_index", DIDT_ID_GdbIndex,
1328 if (shouldDump(Explicit, ".apple_names", DIDT_ID_AppleNames,
1332 if (shouldDump(Explicit, ".apple_types", DIDT_ID_AppleTypes,
1336 if (shouldDump(Explicit, ".apple_namespaces", DIDT_ID_AppleNamespaces,
1340 if (shouldDump(Explicit, ".apple_objc", DIDT_ID_AppleObjC,
1343 if (shouldDump(Explicit, ".debug_names", DIDT_ID_DebugNames,