Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
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 appendQualifiedName()
318 DWARFDie DWARFTypePrinter::appendQualifiedNameBefore(DWARFDie D) { in appendQualifiedNameBefore()
323 bool DWARFTypePrinter::appendTemplateParameters(DWARFDie D, in appendTemplateParameters()
[all …]
H A DDWARFDie.cpp777 DWARFTypePrinter(OS).appendQualifiedName(DIE); in dumpTypeQualifiedName()
782 DWARFTypePrinter(OS).appendUnqualifiedName(DIE, OriginalFullName); in dumpTypeUnqualifiedName()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFTypePrinter.h24 struct DWARFTypePrinter { struct
29 DWARFTypePrinter(raw_ostream &OS) : OS(OS) {} in DWARFTypePrinter() argument
/freebsd/lib/clang/libllvm/
H A DMakefile575 SRCS_MIW+= DebugInfo/DWARF/DWARFTypePrinter.cpp