Searched defs:PatchLocation (Results 1 – 1 of 1) sorted by relevance
36 struct PatchLocation { struct 40 PatchLocation() = default; argument 41 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument 42 PatchLocation(DIE::value_iterator I, int64_t Reloc) in PatchLocation() argument 58 using RngListAttributesTy = SmallVector<PatchLocation>; argument [all...]