From b510b458b98da0ed586824f41aa97443ac1cca94 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Thu, 23 Jun 2016 16:33:53 +0000 Subject: [codeview] Emit retained types Differential Revision: http://reviews.llvm.org/D21630 llvm-svn: 273579 --- llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h') 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> UDTs); -- cgit v1.2.3