diff options
author | Hans Wennborg <hans@hanshq.net> | 2016-06-23 16:33:53 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2016-06-23 16:33:53 +0000 |
commit | b510b458b98da0ed586824f41aa97443ac1cca94 (patch) | |
tree | ac5b24a21973b2611376136f9cac96526ba99894 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h | |
parent | a9d4085fee983dfdd94346d8058a04ac42a5cd89 (diff) | |
download | bcm5719-llvm-b510b458b98da0ed586824f41aa97443ac1cca94.tar.gz bcm5719-llvm-b510b458b98da0ed586824f41aa97443ac1cca94.zip |
[codeview] Emit retained types
Differential Revision: http://reviews.llvm.org/D21630
llvm-svn: 273579
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 a7976d8d2ac..93480d11610 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h @@ -191,6 +191,8 @@ class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase { void emitDebugInfoForGlobals(); + void emitDebugInfoForRetainedTypes(); + void emitDebugInfoForUDTs( ArrayRef<std::pair<std::string, codeview::TypeIndex>> UDTs); |