Searched refs:DIDT_All (Results 1 – 4 of 4) sorted by relevance
75 if (DumpType == DIDT_All || DumpType == DIDT_Abbrev) { in dump()80 if (DumpType == DIDT_All || DumpType == DIDT_AbbrevDwo) in dump()86 if (DumpType == DIDT_All || DumpType == DIDT_Info) { in dump()92 if ((DumpType == DIDT_All || DumpType == DIDT_InfoDwo) && in dump()99 if ((DumpType == DIDT_All || DumpType == DIDT_Types) && getNumTypeUnits()) { in dump()106 if ((DumpType == DIDT_All || DumpType == DIDT_TypesDwo) && in dump()114 if (DumpType == DIDT_All || DumpType == DIDT_Loc) { in dump()119 if (DumpType == DIDT_All || DumpType == DIDT_LocDwo) { in dump()124 if (DumpType == DIDT_All || DumpType == DIDT_Frames) { in dump()130 if (DumpType == DIDT_All || DumpType == DIDT_Aranges) { in dump()[all …]
41 DumpType("debug-dump", cl::init(DIDT_All),44 clEnumValN(DIDT_All, "all", "Dump all debug sections"),
89 DIDT_All, enumerator136 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) = 0;
73 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) override;