Searched refs:DIDT_All (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 79 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/ |
D | DIContext.h | 100 DIDT_All, enumerator 141 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_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/tools/llvm-dwarfdump/fuzzer/ |
D | llvm-dwarfdump-fuzzer.cpp | 35 DICtx->dump(nulls(), DIDT_All); in LLVMFuzzerTestOneInput()
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBContext.h | 42 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 84 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
|