Searched defs:Perms (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member in struct:llvm::NewArchiveMember
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp69 Status(const Twine &Name, UniqueID UID, sys::TimePoint<> MTime, uint32_t User, uint32_t Group, uint64_t Size, file_type Type, perms Perms) argument
816 addFile(const Twine &P, time_t ModificationTime, std::unique_ptr<llvm::MemoryBuffer> Buffer, std::optional<uint32_t> User, std::optional<uint32_t> Group, std::optional<llvm::sys::fs::file_type> Type, std::optional<llvm::sys::fs::perms> Perms, MakeNodeFn MakeNode) argument
893 addFile(const Twine &P, time_t ModificationTime, std::unique_ptr<llvm::MemoryBuffer> Buffer, std::optional<uint32_t> User, std::optional<uint32_t> Group, std::optional<llvm::sys::fs::file_type> Type, std::optional<llvm::sys::fs::perms> Perms) argument
911 addFileNoOwn( const Twine &P, time_t ModificationTime, const llvm::MemoryBufferRef &Buffer, std::optional<uint32_t> User, std::optional<uint32_t> Group, std::optional<llvm::sys::fs::file_type> Type, std::optional<llvm::sys::fs::perms> Perms) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h55 llvm::sys::fs::perms Perms; member in class:llvm::vfs::Status
475 llvm::sys::fs::perms Perms; member in struct:llvm::vfs::detail::NewInMemoryNodeInfo
[all...]
H A DFileSystem.h156 perms Perms = perms_not_known; member in class:llvm::sys::fs::basic_file_status
164 basic_file_status(file_type Type, perms Perms, time_t ATime, argument
172 basic_file_status(file_type Type, perms Perms, uint32_t LastAccessTimeHigh, argument
245 file_status(file_type Type, perms Perms, dev_ argument
253 file_status(file_type Type, perms Perms, uint32_t LinkCount, uint32_t LastAccessTimeHigh, uint32_t LastAccessTimeLow, uint32_t LastWriteTimeHigh, uint32_t LastWriteTimeLow, uint32_t VolumeSerialNumber, uint32_t FileSizeHigh, uint32_t FileSizeLow, uint64_t PathHash) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp214 printRestOfMemberHeader( raw_ostream &Out, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) argument
230 printGNUSmallMemberHeader(raw_ostream &Out, StringRef Name, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) argument
239 printBSDMemberHeader(raw_ostream &Out, uint64_t Pos, StringRef Name, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) argument
255 printBigArchiveMemberHeader(raw_ostream &Out, StringRef Name, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size, uint64_t PrevOffset, uint64_t NextOffset) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp662 auto Perms = static_cast<llvm::sys::fs::perms>(file_permissions); local

Completed in 190 milliseconds