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 return SectionRanges.try_emplace(&Sec, Sec).first->second; in getSectionRange()
77 DenseMap<Section *, SectionRange> SectionRanges; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp210 LVSectionRanges::iterator IterSection = SectionRanges.find(SectionIndex); in getSectionRanges()
211 if (IterSection == SectionRanges.end()) in getSectionRanges()
213 SectionRanges.emplace(SectionIndex, std::make_unique<LVRange>()).first; in getSectionRanges()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h130 LVSectionRanges SectionRanges; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3274 SectionRanges; in emitRangeList() local
3277 SectionRanges[&Range.Begin->getSection()].push_back(&Range); in emitRangeList()
3281 for (const auto &P : SectionRanges) { in emitRangeList()