Home
last modified time | relevance | path

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

/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/include/llvm/DebugInfo/DWARF/
H A DDWARFTypePrinter.h35 void appendArrayType(const DieType &D);
96 void DWARFTypePrinter<DieType>::appendArrayType(const DieType &D) { in appendArrayType() function
325 appendArrayType(D); in appendUnqualifiedNameAfter()