Lines Matching defs:SectionIndex
71 DWARFAddressRange{LowPC->Address, HighPC->Address, LowPC->SectionIndex},
80 LowPC->SectionIndex},
90 Base->SectionIndex};
91 if (Range.SectionIndex == SectionedAddress::UndefSection)
92 Range.SectionIndex = E.SectionIndex;
98 Base = SectionedAddress{E.Value0, E.SectionIndex};
102 DWARFAddressRange{E.Value0, E.Value1, E.SectionIndex}, E.Loc};
105 DWARFAddressRange{E.Value0, E.Value0 + E.Value1, E.SectionIndex},
212 uint64_t SectionIndex;
214 uint64_t Value1 = Data.getRelocatedAddress(C, &SectionIndex);
227 E.SectionIndex = SectionIndex;
232 E.SectionIndex = SectionIndex;
270 DWARFFormValue::dumpAddressSection(Obj, OS, DumpOpts, Entry.SectionIndex);
303 E.SectionIndex = SectionedAddress::UndefSection;
308 E.Value0 = Data.getRelocatedAddress(C, &E.SectionIndex);
311 E.Value0 = Data.getRelocatedAddress(C, &E.SectionIndex);
315 E.Value0 = Data.getRelocatedAddress(C, &E.SectionIndex);
379 DWARFFormValue::dumpAddressSection(Obj, OS, DumpOpts, Entry.SectionIndex);