Lines Matching refs:InMemoryFileSystem
701 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() function in llvm::vfs::InMemoryFileSystem
708 InMemoryFileSystem::~InMemoryFileSystem() = default;
710 std::string InMemoryFileSystem::toString() const { in toString()
714 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile()
805 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile()
815 bool InMemoryFileSystem::addFileNoOwn(const Twine &P, time_t ModificationTime, in addFileNoOwn()
827 lookupInMemoryNode(const InMemoryFileSystem &FS, detail::InMemoryDirectory *Dir, in lookupInMemoryNode()
870 bool InMemoryFileSystem::addHardLink(const Twine &FromPath, in addHardLink()
882 llvm::ErrorOr<Status> InMemoryFileSystem::status(const Twine &Path) { in status()
890 InMemoryFileSystem::openFileForRead(const Twine &Path) { in openFileForRead()
954 directory_iterator InMemoryFileSystem::dir_begin(const Twine &Dir, in dir_begin()
970 std::error_code InMemoryFileSystem::setCurrentWorkingDirectory(const Twine &P) { in setCurrentWorkingDirectory()
988 InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath()
1000 std::error_code InMemoryFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()