Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFContext.cpp63 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 …]
DDWARFContext.h78 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) override;
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp42 DumpType("debug-dump", cl::init(DIDT_All),
45 clEnumValN(DIDT_All, "all", "Dump all debug sections"),
/external/llvm/include/llvm/DebugInfo/
DDIContext.h86 DIDT_All, enumerator
129 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) = 0;