reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
224 return std::tie(LHS.SectionIndex, LHS.HighPC) < 225 std::tie(RHS.SectionIndex, RHS.HighPC); 233 return SectionIndex == PC.SectionIndex &&lib/DebugInfo/DWARF/DWARFDebugLine.cpp
445 SectionIndex = object::SectionedAddress::UndefSection; 495 Sequence.SectionIndex = Row.Address.SectionIndex; 914 assert(Seq.SectionIndex == Address.SectionIndex); 929 assert(Seq.SectionIndex == RowPos->Address.SectionIndex); 952 Sequence.SectionIndex = Address.SectionIndex; 956 if (It == Sequences.end() || It->SectionIndex != Address.SectionIndex) 985 Sequence.SectionIndex = Address.SectionIndex;