summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-03-23 16:29:39 +0000
committerDevang Patel <dpatel@apple.com>2011-03-23 16:29:39 +0000
commit945b8aed2a822c457d6b91a18370581e95ea85c0 (patch)
tree1525dfab45ee031c8b3691a30099d597ff184ddc /clang/lib/CodeGen/CGDebugInfo.h
parentc4f0ab397c395b851a0304c31bc48759e010777b (diff)
downloadbcm5719-llvm-945b8aed2a822c457d6b91a18370581e95ea85c0.tar.gz
bcm5719-llvm-945b8aed2a822c457d6b91a18370581e95ea85c0.zip
Update type cache when a type is completed.
Radar 9168773 llvm-svn: 128150
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h
index 2e0f7194ca8..cdc6ce65430 100644
--- a/clang/lib/CodeGen/CGDebugInfo.h
+++ b/clang/lib/CodeGen/CGDebugInfo.h
@@ -158,6 +158,10 @@ public:
/// has introduced scope change.
void UpdateLineDirectiveRegion(CGBuilderTy &Builder);
+ /// UpdateCompletedType - Update type cache because the type is now
+ /// translated.
+ void UpdateCompletedType(const TagDecl *TD);
+
/// EmitRegionStart - Emit a call to llvm.dbg.region.start to indicate start
/// of a new block.
void EmitRegionStart(CGBuilderTy &Builder);
OpenPOWER on IntegriCloud