Lines Matching refs:Value1
67 std::optional<SectionedAddress> HighPC = LookupAddr(E.Value1); in Interpret()
69 return createResolverError(E.Value1, E.Kind); in Interpret()
79 LowPC->Address + E.Value1, in Interpret()
89 DWARFAddressRange Range{Base->Address + E.Value0, Base->Address + E.Value1, 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()
215 uint64_t Value1 = Data.getRelocatedAddress(C, &SectionIndex); in visitLocationList() local
223 if (Value0 == 0 && Value1 == 0) { in visitLocationList()
227 E.Value0 = Value1; in visitLocationList()
232 E.Value1 = Value1; in visitLocationList()
252 uint64_t Value0, Value1; in dumpRawEntry() local
256 Value1 = Entry.Value0; in dumpRawEntry()
260 Value1 = Entry.Value1; in dumpRawEntry()
270 << format_hex(Value1, 2 + Data.getAddressSize() * 2) << ')'; in dumpRawEntry()
290 E.Value1 = Data.getULEB128(C); in visitLocationList()
297 E.Value1 = Data.getU32(C); in visitLocationList()
299 E.Value1 = Data.getULEB128(C); in visitLocationList()
303 E.Value1 = Data.getULEB128(C); in visitLocationList()
313 E.Value1 = Data.getRelocatedAddress(C); in visitLocationList()
317 E.Value1 = Data.getULEB128(C); in visitLocationList()
368 << format_hex(Entry.Value1, FieldSize); in dumpRawEntry()