Searched refs:DIDT_All (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 76 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/ |
D | llvm-dwarfdump.cpp | 43 "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/ |
D | DIContext.h | 102 DIDT_All, enumerator 143 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) = 0;
|
/external/llvm/tools/llvm-dwarfdump/fuzzer/ |
D | llvm-dwarfdump-fuzzer.cpp | 33 DICtx->dump(nulls(), DIDT_All); in LLVMFuzzerTestOneInput()
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBContext.h | 41 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) override;
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 84 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) override;
|