LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::vfs::detail::NewInMemoryNodeInfo Struct Reference

#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::MemoryBufferBuffer
 
uint32_t User
 
uint32_t Group
 
llvm::sys::fs::file_type Type
 
llvm::sys::fs::perms Perms
 

Detailed Description

Definition at line 486 of file VirtualFileSystem.h.

Member Function Documentation

◆ makeStatus()

Status llvm::vfs::detail::NewInMemoryNodeInfo::makeStatus ( ) const

Member Data Documentation

◆ Buffer

std::unique_ptr<llvm::MemoryBuffer> llvm::vfs::detail::NewInMemoryNodeInfo::Buffer

◆ DirUID

llvm::sys::fs::UniqueID llvm::vfs::detail::NewInMemoryNodeInfo::DirUID

Definition at line 487 of file VirtualFileSystem.h.

◆ Group

uint32_t llvm::vfs::detail::NewInMemoryNodeInfo::Group

Definition at line 493 of file VirtualFileSystem.h.

◆ ModificationTime

time_t llvm::vfs::detail::NewInMemoryNodeInfo::ModificationTime

Definition at line 490 of file VirtualFileSystem.h.

◆ Name

StringRef llvm::vfs::detail::NewInMemoryNodeInfo::Name

Definition at line 489 of file VirtualFileSystem.h.

◆ Path

StringRef llvm::vfs::detail::NewInMemoryNodeInfo::Path

Definition at line 488 of file VirtualFileSystem.h.

Referenced by llvm::vfs::InMemoryFileSystem::addHardLink().

◆ Perms

llvm::sys::fs::perms llvm::vfs::detail::NewInMemoryNodeInfo::Perms

Definition at line 495 of file VirtualFileSystem.h.

◆ Type

llvm::sys::fs::file_type llvm::vfs::detail::NewInMemoryNodeInfo::Type

Definition at line 494 of file VirtualFileSystem.h.

◆ User

uint32_t llvm::vfs::detail::NewInMemoryNodeInfo::User

Definition at line 492 of file VirtualFileSystem.h.


The documentation for this struct was generated from the following files: