Searched refs:MCDwarfLineEntryCollection (Results 1 – 6 of 6) sorted by relevance
167 typedef std::vector<MCDwarfLineEntry> MCDwarfLineEntryCollection; typedef168 typedef MCDwarfLineEntryCollection::iterator iterator;169 typedef MCDwarfLineEntryCollection::const_iterator const_iterator;170 typedef MapVector<MCSection *, MCDwarfLineEntryCollection> MCLineDivisionMap;
189 using MCDwarfLineEntryCollection = std::vector<MCDwarfLineEntry>; variable190 using iterator = MCDwarfLineEntryCollection::iterator;191 using const_iterator = MCDwarfLineEntryCollection::const_iterator;192 using MCLineDivisionMap = MapVector<MCSection *, MCDwarfLineEntryCollection>;
184 using MCDwarfLineEntryCollection = std::vector<MCDwarfLineEntry>; variable185 using iterator = MCDwarfLineEntryCollection::iterator;186 using const_iterator = MCDwarfLineEntryCollection::const_iterator;187 using MCLineDivisionMap = MapVector<MCSection *, MCDwarfLineEntryCollection>;
102 const MCLineSection::MCDwarfLineEntryCollection &LineEntries) { in EmitDwarfLineTable()
151 const MCLineSection::MCDwarfLineEntryCollection &LineEntries) { in EmitDwarfLineTable()
169 const MCLineSection::MCDwarfLineEntryCollection &LineEntries) { in emitDwarfLineTable()