Lines Matching refs:SectionIndex
71 DWARFAddressRange{LowPC->Address, HighPC->Address, LowPC->SectionIndex}, in Interpret()
80 LowPC->SectionIndex}, in Interpret()
90 Base->SectionIndex}; in Interpret()
91 if (Range.SectionIndex == SectionedAddress::UndefSection) in Interpret()
92 Range.SectionIndex = E.SectionIndex; in Interpret()
98 Base = SectionedAddress{E.Value0, E.SectionIndex}; in Interpret()
102 DWARFAddressRange{E.Value0, E.Value1, E.SectionIndex}, E.Loc}; in Interpret()
105 DWARFAddressRange{E.Value0, E.Value0 + E.Value1, E.SectionIndex}, in Interpret()
213 uint64_t SectionIndex; in visitLocationList() local
215 uint64_t Value1 = Data.getRelocatedAddress(C, &SectionIndex); in visitLocationList()
228 E.SectionIndex = SectionIndex; in visitLocationList()
233 E.SectionIndex = SectionIndex; in visitLocationList()
271 DWARFFormValue::dumpAddressSection(Obj, OS, DumpOpts, Entry.SectionIndex); in dumpRawEntry()
304 E.SectionIndex = SectionedAddress::UndefSection; in visitLocationList()
309 E.Value0 = Data.getRelocatedAddress(C, &E.SectionIndex); in visitLocationList()
312 E.Value0 = Data.getRelocatedAddress(C, &E.SectionIndex); in visitLocationList()
316 E.Value0 = Data.getRelocatedAddress(C, &E.SectionIndex); in visitLocationList()
380 DWARFFormValue::dumpAddressSection(Obj, OS, DumpOpts, Entry.SectionIndex); in dumpRawEntry()