Searched refs:DWARFTypePrinter (Results 1 – 4 of 4) sorted by relevance
1 #include "llvm/DebugInfo/DWARF/DWARFTypePrinter.h"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() 85 void DWARFTypePrinter::appendPointerLikeTypeBefore(DWARFDie D, DWARFDie Inner, in appendPointerLikeTypeBefore() 98 DWARFTypePrinter::appendUnqualifiedNameBefore(DWARFDie D, in appendUnqualifiedNameBefore() 214 void DWARFTypePrinter::appendUnqualifiedNameAfter( in appendUnqualifiedNameAfter() 313 void DWARFTypePrinter::appendQualifiedName(DWARFDie D) { in appendTemplateParameters() 318 DWARFDie DWARFTypePrinter in appendTemplateParameters() [all...]
20 #include "llvm/DebugInfo/DWARF/DWARFTypePrinter.h"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
575 SRCS_MIW+= DebugInfo/DWARF/DWARFTypePrinter.cpp