Lines Matching refs:Value1
64 Optional<SectionedAddress> HighPC = LookupAddr(E.Value1); in Interpret()
66 return createResolverError(E.Value1, E.Kind); in Interpret()
76 LowPC->Address + E.Value1, in Interpret()
86 DWARFAddressRange Range{Base->Address + E.Value0, Base->Address + E.Value1, in Interpret()
99 DWARFAddressRange{E.Value0, E.Value1, E.SectionIndex}, E.Loc}; in Interpret()
102 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()
263 Value0 = Value1 = 0; in dumpRawEntry()
271 << format_hex(Value1, 2 + Data.getAddressSize() * 2) << ')'; in dumpRawEntry()
291 E.Value1 = Data.getULEB128(C); in visitLocationList()
298 E.Value1 = Data.getU32(C); in visitLocationList()
300 E.Value1 = Data.getULEB128(C); in visitLocationList()
304 E.Value1 = Data.getULEB128(C); in visitLocationList()
314 E.Value1 = Data.getRelocatedAddress(C); in visitLocationList()
318 E.Value1 = Data.getULEB128(C); in visitLocationList()
369 << format_hex(Entry.Value1, FieldSize); in dumpRawEntry()