Home
last modified time | relevance | path

Searched refs:DIDT_All (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp75 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 …]
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp41 DumpType("debug-dump", cl::init(DIDT_All),
44 clEnumValN(DIDT_All, "all", "Dump all debug sections"),
/external/llvm/include/llvm/DebugInfo/DWARF/
DDIContext.h89 DIDT_All, enumerator
136 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) = 0;
DDWARFContext.h73 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) override;