Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h88 using LVSectionAddresses = std::map<LVSectionIndex, object::SectionRef>; variable
89 LVSectionAddresses SectionAddresses;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp215 for (LVSectionAddresses::const_reference Entry : SectionAddresses) in mapVirtualAddress()
270 for (LVSectionAddresses::const_reference Entry : SectionAddresses) in mapVirtualAddress()
356 LVSectionAddresses::const_iterator Iter = in getSection()