summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2016-06-23 16:33:53 +0000
committerHans Wennborg <hans@hanshq.net>2016-06-23 16:33:53 +0000
commitb510b458b98da0ed586824f41aa97443ac1cca94 (patch)
treeac5b24a21973b2611376136f9cac96526ba99894 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
parenta9d4085fee983dfdd94346d8058a04ac42a5cd89 (diff)
downloadbcm5719-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.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 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);
OpenPOWER on IntegriCloud