Searched refs:DWARFTypePrinter (Results 1 – 4 of 4) sorted by relevance
7 void DWARFTypePrinter::appendTypeTagName(dwarf::Tag T) { in appendTypeTagName()18 void DWARFTypePrinter::appendArrayType(const DWARFDie &D) { in appendArrayType()72 DWARFDie DWARFTypePrinter::skipQualifiers(DWARFDie D) { in skipQualifiers()79 bool DWARFTypePrinter::needsParens(DWARFDie D) { in needsParens()98 DWARFTypePrinter::appendUnqualifiedNameBefore(DWARFDie D, in appendUnqualifiedNameBefore()214 void DWARFTypePrinter::appendUnqualifiedNameAfter( in appendUnqualifiedNameAfter()298 void DWARFTypePrinter::appendQualifiedName(DWARFDie D) { in appendQualifiedName()308 bool DWARFTypePrinter::appendTemplateParameters(DWARFDie D, in appendTemplateParameters()514 void DWARFTypePrinter::appendUnqualifiedName(DWARFDie D, in appendUnqualifiedName()521 void DWARFTypePrinter::appendSubroutineNameAfter( in appendSubroutineNameAfter()[all …]
777 DWARFTypePrinter(OS).appendQualifiedName(DIE); in dumpTypeQualifiedName()782 DWARFTypePrinter(OS).appendUnqualifiedName(DIE, OriginalFullName); in dumpTypeUnqualifiedName()
24 struct DWARFTypePrinter { struct29 DWARFTypePrinter(raw_ostream &OS) : OS(OS) {} in DWARFTypePrinter() argument
574 SRCS_MIW+= DebugInfo/DWARF/DWARFTypePrinter.cpp