Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h99 using LVSectionRanges = std::map<LVSectionIndex, std::unique_ptr<LVRange>>; variable
100 LVSectionRanges SectionRanges;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp385 LVSectionRanges::iterator IterSection = SectionRanges.find(SectionIndex); in getSectionRanges()