Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp302 LVSectionRanges::iterator IterSection = SectionRanges.find(SectionIndex); in getSectionRanges()
303 if (IterSection == SectionRanges.end()) { in getSectionRanges()
305 SectionRanges.emplace(SectionIndex, Range); in getSectionRanges()
319 for (LVSectionRanges::reference Entry : SectionRanges) in ~LVBinaryReader()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h93 LVSectionRanges SectionRanges; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2790 MapVector<const MCSection *, std::vector<decltype(&*R.begin())>> SectionRanges; in emitRangeList() local
2793 SectionRanges[&Range.Begin->getSection()].push_back(&Range); in emitRangeList()
2797 for (const auto &P : SectionRanges) { in emitRangeList()