Searched defs:PatchLocation (Results 1 – 2 of 2) sorted by relevance
30 struct PatchLocation { struct33 PatchLocation() = default; argument34 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() function36 void set(uint64_t New) const { in set()43 uint64_t get() const { in get()
57 struct PatchLocation { struct58 DIE::value_iterator I;61 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() function63 void set(uint64_t New) const { in set()70 uint64_t get() const { in get()