Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/
DDIContext.h100 enum DIDumpType { enum
143 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) = 0;
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h41 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) override;
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp42 static cl::opt<DIDumpType> DumpType(
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp31 void PDBContext::dump(raw_ostream &OS, DIDumpType DumpType) {} in dump()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h84 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) override;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp75 void DWARFContext::dump(raw_ostream &OS, DIDumpType DumpType) { in dump()