Lines Matching refs:InMemoryFileSystem
634 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() function in llvm::vfs::InMemoryFileSystem
641 InMemoryFileSystem::~InMemoryFileSystem() = default;
643 std::string InMemoryFileSystem::toString() const { in toString()
647 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile()
738 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile()
748 bool InMemoryFileSystem::addFileNoOwn(const Twine &P, time_t ModificationTime, in addFileNoOwn()
762 lookupInMemoryNode(const InMemoryFileSystem &FS, detail::InMemoryDirectory *Dir, in lookupInMemoryNode()
805 bool InMemoryFileSystem::addHardLink(const Twine &FromPath, in addHardLink()
817 llvm::ErrorOr<Status> InMemoryFileSystem::status(const Twine &Path) { in status()
825 InMemoryFileSystem::openFileForRead(const Twine &Path) { in openFileForRead()
889 directory_iterator InMemoryFileSystem::dir_begin(const Twine &Dir, in dir_begin()
905 std::error_code InMemoryFileSystem::setCurrentWorkingDirectory(const Twine &P) { in setCurrentWorkingDirectory()
923 InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath()
935 std::error_code InMemoryFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()