Lines Matching refs:Value0
32 Value0 = Value1 = 0; in extract()
36 Value0 = Data.getULEB128(C); in extract()
40 Value0 = Data.getULEB128(C); in extract()
44 Value0 = Data.getULEB128(C); in extract()
49 Value0 = Data.getULEB128(C); in extract()
54 Value0 = Data.getRelocatedAddress(C, &SectionIndex); in extract()
58 Value0 = Data.getRelocatedAddress(C, &SectionIndex); in extract()
63 Value0 = Data.getRelocatedAddress(C, &SectionIndex); in extract()
105 BaseAddr = LookupPooledAddress(RLE.Value0); in getAbsoluteRanges()
107 BaseAddr = {RLE.Value0, -1ULL}; in getAbsoluteRanges()
111 BaseAddr = {RLE.Value0, RLE.SectionIndex}; in getAbsoluteRanges()
122 E.LowPC = RLE.Value0; in getAbsoluteRanges()
134 E.LowPC = RLE.Value0; in getAbsoluteRanges()
138 E.LowPC = RLE.Value0; in getAbsoluteRanges()
142 auto Start = LookupPooledAddress(RLE.Value0); in getAbsoluteRanges()
151 auto Start = LookupPooledAddress(RLE.Value0); in getAbsoluteRanges()
184 DWARFAddressRange(Entry.Value0, Entry.Value1) in dump()
209 if (auto SA = LookupPooledAddress(Value0)) in dump()
212 CurrentBase = Value0; in dump()
215 DWARFFormValue::dumpAddress(OS << ' ', AddrSize, Value0); in dump()
220 CurrentBase = Value0; in dump()
223 DWARFFormValue::dumpAddress(OS << ' ', AddrSize, Value0); in dump()
227 DWARFAddressRange(Value0, Value0 + Value1).dump(OS, AddrSize, DumpOpts); in dump()
232 DWARFAddressRange(Value0 + CurrentBase, Value1 + CurrentBase) in dump()
238 DWARFAddressRange(Value0, Value1).dump(OS, AddrSize, DumpOpts); in dump()
243 if (auto SA = LookupPooledAddress(Value0)) in dump()
251 if (auto SA = LookupPooledAddress(Value0)) in dump()