Searched refs:appendArrayType (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFTypePrinter.h | 34 void appendArrayType(const DWARFDie &D);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/ |
D | DWARFTypePrinter.h | 34 void appendArrayType(const DWARFDie &D);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/ |
D | DWARFTypePrinter.h | 34 void appendArrayType(const DWARFDie &D);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/ |
D | DWARFTypePrinter.h | 34 void appendArrayType(const DWARFDie &D);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/ |
D | DWARFTypePrinter.h | 34 void appendArrayType(const DWARFDie &D);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 7813 static bool appendArrayType(SmallStringEnc &Enc, QualType QT, in appendArrayType() function 7878 return appendArrayType(Enc, QT, AT, CGM, TSC, ""); in appendType() 7922 return appendArrayType(Enc, QT, AT, CGM, TSC, "*"); in getTypeString()
|