Home | History | Annotate | Download | only in DWARF

Lines Matching refs:DumpType

78 void DWARFContext::dump(raw_ostream &OS, DIDumpType DumpType, bool DumpEH) {
79 if (DumpType == DIDT_All || DumpType == DIDT_Abbrev) {
84 if (DumpType == DIDT_All || DumpType == DIDT_AbbrevDwo)
90 if (DumpType == DIDT_All || DumpType == DIDT_Info) {
96 if ((DumpType == DIDT_All || DumpType == DIDT_InfoDwo) &&
103 if ((DumpType == DIDT_All || DumpType == DIDT_Types) && getNumTypeUnits()) {
110 if ((DumpType == DIDT_All || DumpType == DIDT_TypesDwo) &&
118 if (DumpType == DIDT_All || DumpType == DIDT_Loc) {
123 if (DumpType == DIDT_All || DumpType == DIDT_LocDwo) {
128 if (DumpType == DIDT_All || DumpType == DIDT_Frames) {
137 if (DumpType == DIDT_All || DumpType == DIDT_Macro) {
143 if (DumpType == DIDT_All || DumpType == DIDT_Aranges) {
152 if (DumpType == DIDT_All || DumpType == DIDT_Line) {
171 if (DumpType == DIDT_All || DumpType == DIDT_CUIndex) {
176 if (DumpType == DIDT_All || DumpType == DIDT_TUIndex) {
181 if (DumpType == DIDT_All || DumpType == DIDT_LineDwo) {
193 if (DumpType == DIDT_All || DumpType == DIDT_Str) {
204 if ((DumpType == DIDT_All || DumpType == DIDT_StrDwo) &&
216 if (DumpType == DIDT_All || DumpType == DIDT_Ranges) {
230 if (DumpType == DIDT_All || DumpType == DIDT_Pubnames)
234 if (DumpType == DIDT_All || DumpType == DIDT_Pubtypes)
238 if (DumpType == DIDT_All || DumpType == DIDT_GnuPubnames)
242 if (DumpType == DIDT_All || DumpType == DIDT_GnuPubtypes)
246 if ((DumpType == DIDT_All || DumpType == DIDT_StrOffsetsDwo) &&
259 if (DumpType == DIDT_All || DumpType == DIDT_AppleNames)
263 if (DumpType == DIDT_All || DumpType == DIDT_AppleTypes)
267 if (DumpType == DIDT_All || DumpType == DIDT_AppleNamespaces)
271 if (DumpType == DIDT_All || DumpType == DIDT_AppleObjC)