Lines Matching refs:Value0

57     Base = LookupAddr(E.Value0);  in Interpret()
59 return createResolverError(E.Value0, E.Kind); in Interpret()
63 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()
65 return createResolverError(E.Value0, E.Kind); in Interpret()
74 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()
76 return createResolverError(E.Value0, E.Kind); in Interpret()
88 DWARFAddressRange Range{Base->Address + E.Value0, Base->Address + E.Value1, 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()
216 uint64_t Value0 = Data.getRelocatedAddress(C); in visitLocationList() local
225 if (Value0 == 0 && Value1 == 0) { in visitLocationList()
227 } else if (Value0 == (Data.getAddressSize() == 4 ? -1U : -1ULL)) { in visitLocationList()
229 E.Value0 = Value1; in visitLocationList()
233 E.Value0 = Value0; in visitLocationList()
254 uint64_t Value0, Value1; in dumpRawEntry() local
257 Value0 = Data.getAddressSize() == 4 ? -1U : -1ULL; in dumpRawEntry()
258 Value1 = Entry.Value0; in dumpRawEntry()
261 Value0 = Entry.Value0; in dumpRawEntry()
271 OS << '(' << format_hex(Value0, 2 + Data.getAddressSize() * 2) << ", " in dumpRawEntry()
288 E.Value0 = Data.getULEB128(C); in visitLocationList()
291 E.Value0 = Data.getULEB128(C); in visitLocationList()
295 E.Value0 = Data.getULEB128(C); in visitLocationList()
304 E.Value0 = Data.getULEB128(C); 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()
369 OS << format_hex(Entry.Value0, FieldSize) << ", " in dumpRawEntry()
374 OS << format_hex(Entry.Value0, FieldSize); in dumpRawEntry()