Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h232 using MCDwarfLineEntryCollection = std::vector<MCDwarfLineEntry>; variable
233 using iterator = MCDwarfLineEntryCollection::iterator;
234 using const_iterator = MCDwarfLineEntryCollection::const_iterator;
235 using MCLineDivisionMap = MapVector<MCSection *, MCDwarfLineEntryCollection>;
366 const MCLineSection::MCDwarfLineEntryCollection &LineEntries);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp172 const MCLineSection::MCDwarfLineEntryCollection &LineEntries) { in emitOne()