Searched refs:VPath (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/clang/include/clang/Frontend/ |
| D | Utils.h | 152 virtual void addFileMapping(StringRef VPath, StringRef RPath) { in addFileMapping() argument 153 VFSWriter.addFileMapping(VPath, RPath); in addFileMapping()
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | FileCollector.cpp | 189 if (std::error_code EC = sys::fs::status(entry.VPath, Stat)) { in copyFiles() 219 if (std::error_code EC = sys::fs::copy_file(entry.VPath, entry.RPath)) { in copyFiles() 225 if (auto perms = sys::fs::getPermissions(entry.VPath)) { in copyFiles()
|
| D | VirtualFileSystem.cpp | 2580 SmallString<128> VPath; in getVFSEntries() local 2582 llvm::sys::path::append(VPath, Comp); in getVFSEntries() 2584 YAMLVFSEntry(VPath.c_str(), DR->getExternalContentsPath())); in getVFSEntries() 2591 SmallString<128> VPath; in getVFSEntries() local 2593 llvm::sys::path::append(VPath, Comp); in getVFSEntries() 2594 Entries.push_back(YAMLVFSEntry(VPath.c_str(), FE->getExternalContentsPath())); in getVFSEntries() 2654 void writeEntry(StringRef VPath, StringRef RPath); 2706 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry() argument 2710 OS.indent(Indent + 2) << "'name': \"" << llvm::yaml::escape(VPath) << "\",\n"; in writeEntry() 2743 Entry.IsDirectory ? Entry.VPath : path::parent_path(Entry.VPath) in write() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ModuleDependencyCollector.h | 32 void addFileMapping(llvm::StringRef VPath, llvm::StringRef RPath) override {} in addFileMapping() argument
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | VirtualFileSystem.h | 626 YAMLVFSEntry(T1 &&VPath, T2 &&RPath, bool IsDirectory = false) 627 : VPath(std::forward<T1>(VPath)), RPath(std::forward<T2>(RPath)), in VPath() function 629 std::string VPath; member
|
| /openbsd/src/gnu/llvm/clang/lib/Frontend/ |
| D | CompilerInstance.cpp | 281 MDC->addFile(E.VPath, E.RPath); in collectVFSEntries()
|