Searched defs:PatchLocation (Results 1 – 3 of 3) sorted by relevance
29 struct PatchLocation { struct32 PatchLocation() = default; argument33 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument35 void set(uint64_t New) const { in set()42 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()