Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp79 if (DumpType == DIDT_All || DumpType == DIDT_Abbrev) { in dump()
84 if (DumpType == DIDT_All || DumpType == DIDT_AbbrevDwo) in dump()
90 if (DumpType == DIDT_All || DumpType == DIDT_Info) { in dump()
96 if ((DumpType == DIDT_All || DumpType == DIDT_InfoDwo) && in dump()
103 if ((DumpType == DIDT_All || DumpType == DIDT_Types) && getNumTypeUnits()) { in dump()
110 if ((DumpType == DIDT_All || DumpType == DIDT_TypesDwo) && in dump()
118 if (DumpType == DIDT_All || DumpType == DIDT_Loc) { in dump()
123 if (DumpType == DIDT_All || DumpType == DIDT_LocDwo) { in dump()
128 if (DumpType == DIDT_All || DumpType == DIDT_Frames) { in dump()
137 if (DumpType == DIDT_All || DumpType == DIDT_Macro) { in dump()
[all …]
/external/llvm/include/llvm/DebugInfo/
DDIContext.h100 DIDT_All, enumerator
141 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_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/tools/llvm-dwarfdump/fuzzer/
Dllvm-dwarfdump-fuzzer.cpp35 DICtx->dump(nulls(), DIDT_All); in LLVMFuzzerTestOneInput()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h42 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h84 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,