Home
last modified time | relevance | path

Searched refs:DWARFTypePrinter (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp7 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()
212 void DWARFTypePrinter::appendUnqualifiedNameAfter( in appendUnqualifiedNameAfter()
253 void DWARFTypePrinter::appendQualifiedName(DWARFDie D) { in appendQualifiedName()
263 bool DWARFTypePrinter::appendTemplateParameters(DWARFDie D, in appendTemplateParameters()
469 void DWARFTypePrinter::appendUnqualifiedName(DWARFDie D, in appendUnqualifiedName()
476 void DWARFTypePrinter::appendSubroutineNameAfter( in appendSubroutineNameAfter()
[all …]
H A DCMakeLists.txt13 DWARFTypePrinter.cpp
H A DDWARFDie.cpp768 DWARFTypePrinter(OS).appendQualifiedName(DIE); in dumpTypeQualifiedName()
773 DWARFTypePrinter(OS).appendUnqualifiedName(DIE, OriginalFullName); in dumpTypeUnqualifiedName()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFTypePrinter.h24 struct DWARFTypePrinter { struct
29 DWARFTypePrinter(raw_ostream &OS) : OS(OS) {} in DWARFTypePrinter() argument
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/DWARF/
H A DBUILD.gn34 "DWARFTypePrinter.cpp",