Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h228 using MCDwarfLineEntryCollection = std::vector<MCDwarfLineEntry>; variable
229 using iterator = MCDwarfLineEntryCollection::iterator;
230 using const_iterator = MCDwarfLineEntryCollection::const_iterator;
231 using MCLineDivisionMap = MapVector<MCSection *, MCDwarfLineEntryCollection>;
361 const MCLineSection::MCDwarfLineEntryCollection &LineEntries);
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp168 const MCLineSection::MCDwarfLineEntryCollection &LineEntries) { in emitOne()