mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 05:30:49 +00:00
Add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101317 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d33402629e
commit
f8a2e01fc7
@ -173,6 +173,9 @@ class DwarfDebug {
|
||||
/// (at the end of the module) as DW_AT_inline.
|
||||
SmallPtrSet<DIE *, 4> InlinedSubprogramDIEs;
|
||||
|
||||
/// ContainingTypeMap - This map is used to keep track of subprogram DIEs that
|
||||
/// need DW_AT_containing_type attribute. This attribute points to a DIE that
|
||||
/// corresponds to the MDNode mapped with the subprogram DIE.
|
||||
DenseMap<DIE *, MDNode *> ContainingTypeMap;
|
||||
|
||||
typedef SmallVector<DbgScope *, 2> ScopeVector;
|
||||
|
Loading…
Reference in New Issue
Block a user