Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h100 LVSectionRanges SectionRanges; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp385 LVSectionRanges::iterator IterSection = SectionRanges.find(SectionIndex); in getSectionRanges()
386 if (IterSection == SectionRanges.end()) in getSectionRanges()
388 SectionRanges.emplace(SectionIndex, std::make_unique<LVRange>()).first; in getSectionRanges()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2835 MapVector<const MCSection *, std::vector<decltype(&*R.begin())>> SectionRanges; in emitRangeList() local
2838 SectionRanges[&Range.Begin->getSection()].push_back(&Range); in emitRangeList()
2842 for (const auto &P : SectionRanges) { in emitRangeList()