Searched defs:PatchLocation (Results 1 – 2 of 2) sorted by relevance
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() function58 using RngListAttributesTy = SmallVector<PatchLocation>; argument