Lines Matching defs:RPaths
180 // Remove RPaths.
187 // When removing all RPaths we don't need to care
213 DenseSet<StringRef> RPaths;
215 // Get all existing RPaths.
218 RPaths.insert(getPayloadString(LC));
221 // Throw errors for invalid RPaths.
225 if (!RPaths.contains(Old))
228 if (RPaths.contains(New))
265 // Add new RPaths.
267 if (RPaths.contains(RPath))
271 RPaths.insert(RPath);
276 if (RPaths.contains(RPath))
281 RPaths.insert(RPath);