git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101317
91177308-0d34-0410-b5e6-
96231b3b80d8
/// (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;