Searched refs:RPath (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 1825 void writeEntry(StringRef VPath, StringRef RPath); 1876 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry() argument 1882 << llvm::yaml::escape(RPath) << "\"\n"; in writeEntry() 1913 StringRef RPath = Entry.RPath; in write() local 1916 assert(RPath.substr(0, OverlayDirLen) == OverlayDir && in write() 1918 RPath = RPath.slice(OverlayDirLen, RPath.size()); in write() 1921 writeEntry(path::filename(Entry.VPath), RPath); in write() 1935 StringRef RPath = Entry.RPath; in write() local 1938 assert(RPath.substr(0, OverlayDirLen) == OverlayDir && in write() 1940 RPath = RPath.slice(OverlayDirLen, RPath.size()); in write() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | Utils.h | 152 void addFileMapping(StringRef VPath, StringRef RPath) { in addFileMapping() argument 153 VFSWriter.addFileMapping(VPath, RPath); in addFileMapping()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | ModuleDependencyCollector.cpp | 111 SmallString<256> RPath(CanonicalPath); in real_path() local 112 RealPath.swap(RPath); in real_path()
|
| H A D | CompilerInstance.cpp | 212 MDC->addFile(E.VPath, E.RPath); in collectVFSEntries()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 493 YAMLVFSEntry(T1 &&VPath, T2 &&RPath) in YAMLVFSEntry() 494 : VPath(std::forward<T1>(VPath)), RPath(std::forward<T2>(RPath)) {} in YAMLVFSEntry() 496 std::string RPath; member
|