Lines Matching defs:RPaths
161 // Remove RPaths.
168 // When removing all RPaths we don't need to care
194 DenseSet<StringRef> RPaths;
196 // Get all existing RPaths.
199 RPaths.insert(getPayloadString(LC));
202 // Throw errors for invalid RPaths.
206 if (!RPaths.contains(Old))
209 if (RPaths.contains(New))
246 // Add new RPaths.
248 if (RPaths.contains(RPath))
252 RPaths.insert(RPath);
257 if (RPaths.contains(RPath))
262 RPaths.insert(RPath);