Searched refs:MCLineSections (Results 1 – 4 of 4) sorted by relevance
108 DenseMap<const MCSection *, MCLineSection *> MCLineSections; variable224 return MCLineSections; in getMCLineSections()230 MCLineSections[Sec] = Line; in addMCLineSection()
227 MCLineSection MCLineSections; variable268 return MCLineSections; in getMCLineSections()271 return MCLineSections; in getMCLineSections()
88 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = in Make() local90 MCLineSection *LineSection = MCLineSections.lookup(Section); in Make()292 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = in Emit() local300 const MCLineSection *Line = MCLineSections.lookup(Sec); in Emit()
323 for (const auto &LineSec : MCLineSections.getMCLineEntries()) in EmitCU()