Loading llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +2 −2 Original line number Diff line number Diff line Loading @@ -56,11 +56,11 @@ class CompileUnit { /// IndexTyDie - An anonymous type for index type. Owned by CUDie. DIE *IndexTyDie; /// MDNodeToDieMap - Tracks the mapping of unit level debug informaton /// MDNodeToDieMap - Tracks the mapping of unit level debug information /// variables to debug information entries. DenseMap<const MDNode *, DIE *> MDNodeToDieMap; /// MDNodeToDIEEntryMap - Tracks the mapping of unit level debug informaton /// MDNodeToDIEEntryMap - Tracks the mapping of unit level debug information /// descriptors to debug information entries using a DIEEntry proxy. DenseMap<const MDNode *, DIEEntry *> MDNodeToDIEEntryMap; Loading Loading
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +2 −2 Original line number Diff line number Diff line Loading @@ -56,11 +56,11 @@ class CompileUnit { /// IndexTyDie - An anonymous type for index type. Owned by CUDie. DIE *IndexTyDie; /// MDNodeToDieMap - Tracks the mapping of unit level debug informaton /// MDNodeToDieMap - Tracks the mapping of unit level debug information /// variables to debug information entries. DenseMap<const MDNode *, DIE *> MDNodeToDieMap; /// MDNodeToDIEEntryMap - Tracks the mapping of unit level debug informaton /// MDNodeToDIEEntryMap - Tracks the mapping of unit level debug information /// descriptors to debug information entries using a DIEEntry proxy. DenseMap<const MDNode *, DIEEntry *> MDNodeToDIEEntryMap; Loading