Home | History | Annotate | Download | only in MC

Lines Matching refs:MCLineSection

88   // Get the MCLineSection for this section, if one does not exist for this
90 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections =
92 MCLineSection *LineSection = MCLineSections.lookup(Section);
94 // Create a new MCLineSection. This will be deleted after the dwarf line
97 LineSection = new MCLineSection;
133 const MCLineSection *LineSection) {
142 for (MCLineSection::const_iterator
294 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections =
302 const MCLineSection *Line = MCLineSections.lookup(Sec);