Lines Matching refs:RPath
2753 void writeEntry(StringRef VPath, StringRef RPath);
2805 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry() argument
2811 << llvm::yaml::escape(RPath) << "\"\n"; in writeEntry()
2845 StringRef RPath = Entry.RPath; in write() local
2847 assert(RPath.starts_with(OverlayDir) && in write()
2849 RPath = RPath.slice(OverlayDir.size(), RPath.size()); in write()
2854 writeEntry(path::filename(Entry.VPath), RPath); in write()
2878 StringRef RPath = Entry.RPath; in write() local
2880 assert(RPath.starts_with(OverlayDir) && in write()
2882 RPath = RPath.slice(OverlayDir.size(), RPath.size()); in write()
2885 writeEntry(path::filename(Entry.VPath), RPath); in write()