Home
last modified time | relevance | path

Searched refs:MCLineEntryCollection (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCDwarf.h194 typedef std::vector<MCLineEntry> MCLineEntryCollection; typedef
195 typedef MCLineEntryCollection::iterator iterator;
196 typedef MCLineEntryCollection::const_iterator const_iterator;
197 typedef std::map<unsigned, MCLineEntryCollection> MCLineDivisionMap;
210 const MCLineEntryCollection &getMCLineEntries(unsigned CUID) const { in getMCLineEntries()