Lines Matching refs:SectionIndex
478 Address.SectionIndex = object::SectionedAddress::UndefSection; in reset()
515 SectionIndex = object::SectionedAddress::UndefSection; in reset()
571 Sequence.SectionIndex = Row.Address.SectionIndex; in appendRowToMatrix()
939 Cursor, &State.Row.Address.SectionIndex); in parse()
1277 assert(Seq.SectionIndex == Address.SectionIndex); in findRowInSeq()
1295 assert(Seq.SectionIndex == RowPos->Address.SectionIndex); in findRowInSeq()
1306 Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddress()
1310 Address.SectionIndex = object::SectionedAddress::UndefSection; in lookupAddress()
1318 Sequence.SectionIndex = Address.SectionIndex; in lookupAddressImpl()
1322 if (It == Sequences.end() || It->SectionIndex != Address.SectionIndex) in lookupAddressImpl()
1335 if (Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddressRange()
1339 Address.SectionIndex = object::SectionedAddress::UndefSection; in lookupAddressRange()
1351 Sequence.SectionIndex = Address.SectionIndex; in lookupAddressRangeImpl()
1374 findRowInSeq(CurSeq, {EndAddr - 1, Address.SectionIndex}); in lookupAddressRangeImpl()