Lines Matching defs:RPath
2753 void writeEntry(StringRef VPath, StringRef RPath);
2805 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) {
2811 << llvm::yaml::escape(RPath) << "\"\n";
2845 StringRef RPath = Entry.RPath;
2847 assert(RPath.starts_with(OverlayDir) &&
2848 "Overlay dir must be contained in RPath");
2849 RPath = RPath.slice(OverlayDir.size(), RPath.size());
2854 writeEntry(path::filename(Entry.VPath), RPath);
2878 StringRef RPath = Entry.RPath;
2880 assert(RPath.starts_with(OverlayDir) &&
2881 "Overlay dir must be contained in RPath");
2882 RPath = RPath.slice(OverlayDir.size(), RPath.size());
2885 writeEntry(path::filename(Entry.VPath), RPath);