Searched refs:appendArrayType (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFTypePrinter.h | 34 void appendArrayType(const DWARFDie &D);
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFTypePrinter.cpp | 18 void DWARFTypePrinter::appendArrayType(const DWARFDie &D) { in appendArrayType() function in llvm::DWARFTypePrinter 226 appendArrayType(D); in appendUnqualifiedNameAfter()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 10857 static bool appendArrayType(SmallStringEnc &Enc, QualType QT, in appendArrayType() function 10922 return appendArrayType(Enc, QT, AT, CGM, TSC, ""); in appendType() 10967 return appendArrayType(Enc, QT, AT, CGM, TSC, "*"); in getTypeString()
|