diff options
author | Devang Patel <dpatel@apple.com> | 2011-03-23 16:29:39 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-03-23 16:29:39 +0000 |
commit | 945b8aed2a822c457d6b91a18370581e95ea85c0 (patch) | |
tree | 1525dfab45ee031c8b3691a30099d597ff184ddc /clang/lib/CodeGen/CGDebugInfo.h | |
parent | c4f0ab397c395b851a0304c31bc48759e010777b (diff) | |
download | bcm5719-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.h | 4 |
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); |