Lines Matching refs:Explicit

1003   bool Explicit = DumpType != DIDT_All && !IsDWO;
1004 bool ExplicitDWO = Explicit && IsDWO;
1005 auto shouldDump = [&](bool Explicit, const char *Name, unsigned ID,
1008 bool Should = (DumpType & Mask) && (Explicit || !Section.empty());
1016 if (shouldDump(Explicit, ".debug_abbrev", DIDT_ID_DebugAbbrev,
1042 if (Explicit || getNumCompileUnits())
1058 if (Explicit || getNumTypeUnits())
1068 if (const auto *Off = shouldDump(Explicit, ".debug_loc", DIDT_ID_DebugLoc,
1073 shouldDump(Explicit, ".debug_loclists", DIDT_ID_DebugLoclists,
1106 shouldDump(Explicit, ".debug_frame", DIDT_ID_DebugFrame,
1115 shouldDump(Explicit, ".eh_frame", DIDT_ID_DebugFrame,
1123 if (shouldDump(Explicit, ".debug_macro", DIDT_ID_DebugMacro,
1129 if (shouldDump(Explicit, ".debug_macro.dwo", DIDT_ID_DebugMacro,
1135 if (shouldDump(Explicit, ".debug_macinfo", DIDT_ID_DebugMacro,
1141 if (shouldDump(Explicit, ".debug_macinfo.dwo", DIDT_ID_DebugMacro,
1147 if (shouldDump(Explicit, ".debug_aranges", DIDT_ID_DebugAranges,
1196 if (const auto *Off = shouldDump(Explicit, ".debug_line", DIDT_ID_DebugLine,
1213 if (shouldDump(Explicit, ".debug_cu_index", DIDT_ID_DebugCUIndex,
1218 if (shouldDump(Explicit, ".debug_tu_index", DIDT_ID_DebugTUIndex,
1223 if (shouldDump(Explicit, ".debug_str", DIDT_ID_DebugStr,
1231 if (shouldDump(Explicit, ".debug_line_str", DIDT_ID_DebugLineStr,
1235 if (shouldDump(Explicit, ".debug_addr", DIDT_ID_DebugAddr,
1242 if (shouldDump(Explicit, ".debug_ranges", DIDT_ID_DebugRanges,
1267 if (shouldDump(Explicit, ".debug_rnglists", DIDT_ID_DebugRnglists,
1281 if (shouldDump(Explicit, ".debug_pubnames", DIDT_ID_DebugPubnames,
1288 if (shouldDump(Explicit, ".debug_pubtypes", DIDT_ID_DebugPubtypes,
1295 if (shouldDump(Explicit, ".debug_gnu_pubnames", DIDT_ID_DebugGnuPubnames,
1302 if (shouldDump(Explicit, ".debug_gnu_pubtypes", DIDT_ID_DebugGnuPubtypes,
1309 if (shouldDump(Explicit, ".debug_str_offsets", DIDT_ID_DebugStrOffsets,
1321 if (shouldDump(Explicit, ".gdb_index", DIDT_ID_GdbIndex,
1326 if (shouldDump(Explicit, ".apple_names", DIDT_ID_AppleNames,
1330 if (shouldDump(Explicit, ".apple_types", DIDT_ID_AppleTypes,
1334 if (shouldDump(Explicit, ".apple_namespaces", DIDT_ID_AppleNamespaces,
1338 if (shouldDump(Explicit, ".apple_objc", DIDT_ID_AppleObjC,
1341 if (shouldDump(Explicit, ".debug_names", DIDT_ID_DebugNames,