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.h248 using MCDwarfLineEntryCollection = std::vector<MCDwarfLineEntry>; variable
249 using iterator = MCDwarfLineEntryCollection::iterator;
250 using const_iterator = MCDwarfLineEntryCollection::const_iterator;
251 using MCLineDivisionMap = MapVector<MCSection *, MCDwarfLineEntryCollection>;
384 const MCLineSection::MCDwarfLineEntryCollection &LineEntries);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp180 const MCLineSection::MCDwarfLineEntryCollection &LineEntries) { in emitOne()