diff options
author | Hans Wennborg <hans@hanshq.net> | 2016-06-23 22:57:25 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2016-06-23 22:57:25 +0000 |
commit | 4b63a98de3589a8f62629cfcffc4b022d2716873 (patch) | |
tree | 57f223449c6e8804bf8654748959e751c67f1579 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h | |
parent | 586fc7c5be10959e35ad6b110b591ec47fa44215 (diff) | |
download | bcm5719-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.h | 2 |
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); |