Searched defs:PatchLocation (Results 1 – 2 of 2) sorted by relevance
37 struct PatchLocation { struct41 PatchLocation() = default; argument42 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument43 PatchLocation(DIE::value_iterator I, int64_t Reloc) in PatchLocation() argument59 using RngListAttributesTy = SmallVector<PatchLocation>; argument