Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2298 MapVector<const MCSection *, std::vector<const RangeSpan *>> SectionRanges; in emitRangeList() local
2303 SectionRanges[&Range.getStart()->getSection()].push_back(&Range); in emitRangeList()
2308 for (const auto &P : SectionRanges) { in emitRangeList()