Home
last modified time | relevance | path

Searched refs:RealFile (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp190 class RealFile : public File { class
197 RealFile(file_t RawFD, StringRef NewName, StringRef NewRealPathName) in RealFile() function in __anon5c4e8b480111::RealFile
205 ~RealFile() override;
219 RealFile::~RealFile() { close(); } in ~RealFile()
221 ErrorOr<Status> RealFile::status() { in status()
232 ErrorOr<std::string> RealFile::getName() { in getName()
237 RealFile::getBuffer(const Twine &Name, int64_t FileSize, in getBuffer()
244 std::error_code RealFile::close() { in close()
250 void RealFile::setPath(const Twine &Path) { in setPath()
333 new RealFile(*FDOrErr, Name.str(), RealName.str())); in openFileForRead()