Lines Matching refs:SectionIndex
70 DWARFAddressRange{LowPC->Address, HighPC->Address, LowPC->SectionIndex}, in Interpret()
79 LowPC->SectionIndex}, in Interpret()
89 Base->SectionIndex}; in Interpret()
90 if (Range.SectionIndex == SectionedAddress::UndefSection) in Interpret()
91 Range.SectionIndex = E.SectionIndex; in Interpret()
97 Base = SectionedAddress{E.Value0, E.SectionIndex}; in Interpret()
101 DWARFAddressRange{E.Value0, E.Value1, E.SectionIndex}, E.Loc}; in Interpret()
104 DWARFAddressRange{E.Value0, E.Value0 + E.Value1, E.SectionIndex}, in Interpret()
215 uint64_t SectionIndex; in visitLocationList() local
217 uint64_t Value1 = Data.getRelocatedAddress(C, &SectionIndex); in visitLocationList()
230 E.SectionIndex = SectionIndex; in visitLocationList()
235 E.SectionIndex = SectionIndex; in visitLocationList()
273 DWARFFormValue::dumpAddressSection(Obj, OS, DumpOpts, Entry.SectionIndex); in dumpRawEntry()
306 E.SectionIndex = SectionedAddress::UndefSection; in visitLocationList()
311 E.Value0 = Data.getRelocatedAddress(C, &E.SectionIndex); in visitLocationList()
314 E.Value0 = Data.getRelocatedAddress(C, &E.SectionIndex); in visitLocationList()
318 E.Value0 = Data.getRelocatedAddress(C, &E.SectionIndex); in visitLocationList()
382 DWARFFormValue::dumpAddressSection(Obj, OS, DumpOpts, Entry.SectionIndex); in dumpRawEntry()