Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDIContext.h87 enum DIDumpType { enum
136 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) = 0;
DDWARFContext.h73 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) override;
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp40 static cl::opt<DIDumpType>
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp74 void DWARFContext::dump(raw_ostream &OS, DIDumpType DumpType) { in dump()