summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2016-06-23 22:57:25 +0000
committerHans Wennborg <hans@hanshq.net>2016-06-23 22:57:25 +0000
commit4b63a98de3589a8f62629cfcffc4b022d2716873 (patch)
tree57f223449c6e8804bf8654748959e751c67f1579 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
parent586fc7c5be10959e35ad6b110b591ec47fa44215 (diff)
downloadbcm5719-llvm-4b63a98de3589a8f62629cfcffc4b022d2716873.tar.gz
bcm5719-llvm-4b63a98de3589a8f62629cfcffc4b022d2716873.zip
[codeview] Add classes and unions to the Local/Global UDTs lists
Differential Revision: http://reviews.llvm.org/D21655 llvm-svn: 273626
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
index 93480d11610..7db4e041096 100644
--- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
@@ -230,6 +230,8 @@ class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
codeview::TypeIndex getScopeIndex(const DIScope *Scope);
+ void addToUDTs(const DIType *Ty, codeview::TypeIndex TI);
+
codeview::TypeIndex lowerType(const DIType *Ty, const DIType *ClassTy);
codeview::TypeIndex lowerTypeAlias(const DIDerivedType *Ty);
codeview::TypeIndex lowerTypeArray(const DICompositeType *Ty);
OpenPOWER on IntegriCloud