Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1245 SectionMappings.add(SectionIndex, Address, Line); in processRangeLocationCoverage()
1251 LVAddressToLine *Map = SectionMappings.findMap(SectionIndex); in addMapping()
1261 LVAddressToLine *Map = SectionMappings.findMap(SectionIndex); in lineLowerBound()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h431 LVDoubleMap<LVSectionIndex, LVAddress, LVLine *> SectionMappings; variable