Home | History | Annotate | Download | only in MC

Lines Matching refs:MCLineSections

85   const DenseMap<const MCSection *, MCLineSection *> &MCLineSections =
87 MCLineSection *LineSection = MCLineSections.lookup(Section);
90 // table is created using it by iterating through the MCLineSections
93 // Save a pointer to the new LineSection into the MCLineSections DenseMap.
230 // Now delete the MCLineSections that were created in MCLineEntry::Make()
232 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections =
235 MCLineSections.begin(), ie = MCLineSections.end(); it != ie;
323 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections =
331 const MCLineSection *Line = MCLineSections.lookup(Sec);