Searched refs:DIDT_All (Results 1 – 4 of 4) sorted by relevance
63 if (DumpType == DIDT_All || DumpType == DIDT_Abbrev) { in dump()68 if (DumpType == DIDT_All || DumpType == DIDT_AbbrevDwo) in dump()74 if (DumpType == DIDT_All || DumpType == DIDT_Info) { in dump()80 if ((DumpType == DIDT_All || DumpType == DIDT_InfoDwo) && in dump()87 if ((DumpType == DIDT_All || DumpType == DIDT_Types) && getNumTypeUnits()) { in dump()93 if ((DumpType == DIDT_All || DumpType == DIDT_TypesDwo) && in dump()100 if (DumpType == DIDT_All || DumpType == DIDT_Loc) { in dump()105 if (DumpType == DIDT_All || DumpType == DIDT_LocDwo) { in dump()110 if (DumpType == DIDT_All || DumpType == DIDT_Frames) { in dump()116 if (DumpType == DIDT_All || DumpType == DIDT_Aranges) { in dump()[all …]
78 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) override;
42 DumpType("debug-dump", cl::init(DIDT_All),45 clEnumValN(DIDT_All, "all", "Dump all debug sections"),
86 DIDT_All, enumerator129 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) = 0;