Lines Matching refs:Value1
66 Optional<SectionedAddress> HighPC = LookupAddr(E.Value1); in Interpret()
68 return createResolverError(E.Value1, E.Kind); in Interpret()
78 LowPC->Address + E.Value1, in Interpret()
88 DWARFAddressRange Range{Base->Address + E.Value0, Base->Address + E.Value1, 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()
217 uint64_t Value1 = Data.getRelocatedAddress(C, &SectionIndex); in visitLocationList() local
225 if (Value0 == 0 && Value1 == 0) { in visitLocationList()
229 E.Value0 = Value1; in visitLocationList()
234 E.Value1 = Value1; in visitLocationList()
254 uint64_t Value0, Value1; in dumpRawEntry() local
258 Value1 = Entry.Value0; in dumpRawEntry()
262 Value1 = Entry.Value1; in dumpRawEntry()
272 << format_hex(Value1, 2 + Data.getAddressSize() * 2) << ')'; in dumpRawEntry()
292 E.Value1 = Data.getULEB128(C); in visitLocationList()
299 E.Value1 = Data.getU32(C); in visitLocationList()
301 E.Value1 = Data.getULEB128(C); in visitLocationList()
305 E.Value1 = Data.getULEB128(C); in visitLocationList()
315 E.Value1 = Data.getRelocatedAddress(C); in visitLocationList()
319 E.Value1 = Data.getULEB128(C); in visitLocationList()
370 << format_hex(Entry.Value1, FieldSize); in dumpRawEntry()