Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h107 using LVSections = std::map<LVSectionIndex, object::SectionRef>; variable
108 LVSections Sections;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp202 for (LVSections::reference Entry : Sections) { in mapVirtualAddress()
252 for (LVSections::reference Entry : Sections) { in mapVirtualAddress()
345 LVSections::iterator Iter = Sections.find(SectionIndex); in getSection()
860 for (LVSections::reference Entry : Sections) { in processLines()