Searched defs:PatchLocation (Results 1 – 7 of 7) sorted by relevance
34 struct PatchLocation { struct38 PatchLocation() = default; argument39 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument40 PatchLocation(DIE::value_iterator I, int64_t Reloc) in PatchLocation() argument56 using RngListAttributesTy = SmallVector<PatchLocation>; argument
36 struct PatchLocation { struct40 PatchLocation() = default; argument41 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() function42 PatchLocation(DIE::value_iterator I, int64_t Reloc) in PatchLocation() argument58 using RngListAttributesTy = SmallVector<PatchLocation>; argument
36 struct PatchLocation { struct40 PatchLocation() = default; argument41 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument42 PatchLocation(DIE::value_iterator I, int64_t Reloc) in PatchLocation() function58 using RngListAttributesTy = SmallVector<PatchLocation>; argument
29 struct PatchLocation { struct32 PatchLocation() = default; argument33 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() function35 void set(uint64_t New) const { in set()42 uint64_t get() const { in get()
27 struct PatchLocation { struct30 PatchLocation() = default; argument31 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() function33 void set(uint64_t New) const { in set()40 uint64_t get() const { in get()
57 struct PatchLocation { struct58 DIE::value_iterator I;61 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument63 void set(uint64_t New) const { in set()70 uint64_t get() const { in get()