Home
last modified time | relevance | path

Searched refs:appendArrayType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFTypePrinter.h34 void appendArrayType(const DWARFDie &D);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp542 static bool appendArrayType(SmallStringEnc &Enc, QualType QT, in appendArrayType() function
607 return appendArrayType(Enc, QT, AT, CGM, TSC, ""); in appendType()
652 return appendArrayType(Enc, QT, AT, CGM, TSC, "*"); in getTypeString()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp18 void DWARFTypePrinter::appendArrayType(const DWARFDie &D) { in appendArrayType() function in llvm::DWARFTypePrinter
225 appendArrayType(D); in appendUnqualifiedNameAfter()