Searched refs:LVAddressToLine (Results 1 – 2 of 2) sorted by relevance
1251 LVAddressToLine *Map = SectionMappings.findMap(SectionIndex); in lineLowerBound()1254 LVAddressToLine::const_iterator Iter = Map->lower_bound(Address); in lineLowerBound()1261 LVAddressToLine *Map = SectionMappings.findMap(SectionIndex); in lineUpperBound()1264 LVAddressToLine::const_iterator Iter = Map->upper_bound(Address); in lineUpperBound()
430 using LVAddressToLine = std::map<LVAddress, LVLine *>; variable