Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp76 if (DumpType == DIDT_All || DumpType == DIDT_Abbrev) { in dump()
81 if (DumpType == DIDT_All || DumpType == DIDT_AbbrevDwo) in dump()
87 if (DumpType == DIDT_All || DumpType == DIDT_Info) { in dump()
93 if ((DumpType == DIDT_All || DumpType == DIDT_InfoDwo) && in dump()
100 if ((DumpType == DIDT_All || DumpType == DIDT_Types) && getNumTypeUnits()) { in dump()
107 if ((DumpType == DIDT_All || DumpType == DIDT_TypesDwo) && in dump()
115 if (DumpType == DIDT_All || DumpType == DIDT_Loc) { in dump()
120 if (DumpType == DIDT_All || DumpType == DIDT_LocDwo) { in dump()
125 if (DumpType == DIDT_All || DumpType == DIDT_Frames) { in dump()
130 if (DumpType == DIDT_All || DumpType == DIDT_Macro) { in dump()
[all …]
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp43 "debug-dump", cl::init(DIDT_All), cl::desc("Dump of debug sections:"),
45 clEnumValN(DIDT_All, "all", "Dump all debug sections"),
/external/llvm/include/llvm/DebugInfo/
DDIContext.h102 DIDT_All, enumerator
143 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) = 0;
/external/llvm/tools/llvm-dwarfdump/fuzzer/
Dllvm-dwarfdump-fuzzer.cpp33 DICtx->dump(nulls(), DIDT_All); in LLVMFuzzerTestOneInput()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h41 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) override;
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h84 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) override;