LLVM 20.0.0git
|
#include "llvm/Support/VirtualFileSystem.h"
Public Member Functions | |
Status | makeStatus () const |
Public Attributes | |
llvm::sys::fs::UniqueID | DirUID |
StringRef | Path |
StringRef | Name |
time_t | ModificationTime |
std::unique_ptr< llvm::MemoryBuffer > | Buffer |
uint32_t | User |
uint32_t | Group |
llvm::sys::fs::file_type | Type |
llvm::sys::fs::perms | Perms |
Definition at line 489 of file VirtualFileSystem.h.
Status llvm::vfs::detail::NewInMemoryNodeInfo::makeStatus | ( | ) | const |
Definition at line 816 of file VirtualFileSystem.cpp.
References llvm::vfs::getDirectoryID(), llvm::vfs::getFileID(), Name, and llvm::sys::toTimePoint().
Referenced by llvm::vfs::InMemoryFileSystem::addFile(), llvm::vfs::InMemoryFileSystem::addFileNoOwn(), and llvm::vfs::InMemoryFileSystem::addSymbolicLink().
std::unique_ptr<llvm::MemoryBuffer> llvm::vfs::detail::NewInMemoryNodeInfo::Buffer |
Definition at line 494 of file VirtualFileSystem.h.
Referenced by llvm::vfs::InMemoryFileSystem::addFile(), and llvm::vfs::InMemoryFileSystem::addFileNoOwn().
llvm::sys::fs::UniqueID llvm::vfs::detail::NewInMemoryNodeInfo::DirUID |
Definition at line 490 of file VirtualFileSystem.h.
uint32_t llvm::vfs::detail::NewInMemoryNodeInfo::Group |
Definition at line 496 of file VirtualFileSystem.h.
time_t llvm::vfs::detail::NewInMemoryNodeInfo::ModificationTime |
Definition at line 493 of file VirtualFileSystem.h.
StringRef llvm::vfs::detail::NewInMemoryNodeInfo::Name |
Definition at line 492 of file VirtualFileSystem.h.
StringRef llvm::vfs::detail::NewInMemoryNodeInfo::Path |
Definition at line 491 of file VirtualFileSystem.h.
Referenced by llvm::vfs::InMemoryFileSystem::addHardLink().
llvm::sys::fs::perms llvm::vfs::detail::NewInMemoryNodeInfo::Perms |
Definition at line 498 of file VirtualFileSystem.h.
llvm::sys::fs::file_type llvm::vfs::detail::NewInMemoryNodeInfo::Type |
Definition at line 497 of file VirtualFileSystem.h.
uint32_t llvm::vfs::detail::NewInMemoryNodeInfo::User |
Definition at line 495 of file VirtualFileSystem.h.