summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2016-06-08 18:22:59 +0000
committerAdrian McCarthy <amccarth@google.com>2016-06-08 18:22:59 +0000
commitf3c3c13206ce76f46a633d9665d88997587cbd9c (patch)
tree021ad29a085e2c97eaab5027927dbf6c5839f526 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
parent1b488eb88128f07c8ffc37cacbab195dc3000b19 (diff)
downloadbcm5719-llvm-f3c3c13206ce76f46a633d9665d88997587cbd9c.tar.gz
bcm5719-llvm-f3c3c13206ce76f46a633d9665d88997587cbd9c.zip
Generate codeview for array type metadata.
Differential Revision: http://reviews.llvm.org/D21107 llvm-svn: 272187
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
index 69c9c966f93..6029243bcf4 100644
--- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
@@ -201,6 +201,7 @@ class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
codeview::TypeIndex lowerType(const DIType *Ty);
codeview::TypeIndex lowerTypeAlias(const DIDerivedType *Ty);
+ codeview::TypeIndex lowerTypeArray(const DICompositeType *Ty);
codeview::TypeIndex lowerTypeBasic(const DIBasicType *Ty);
codeview::TypeIndex lowerTypePointer(const DIDerivedType *Ty);
codeview::TypeIndex lowerTypeMemberPointer(const DIDerivedType *Ty);
OpenPOWER on IntegriCloud