Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h74 auto I = SectionRanges.find(&Sec); in getSectionRange()
75 if (I == SectionRanges.end()) in getSectionRange()
76 I = SectionRanges.insert(std::make_pair(&Sec, SectionRange(Sec))).first; in getSectionRange()
80 DenseMap<Section *, SectionRange> SectionRanges; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2684 MapVector<const MCSection *, std::vector<decltype(&*R.begin())>> SectionRanges; in emitRangeList() local
2687 SectionRanges[&Range.Begin->getSection()].push_back(&Range); in emitRangeList()
2691 for (const auto &P : SectionRanges) { in emitRangeList()