Searched defs:Perms (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ArchiveWriter.h | 24 unsigned UID = 0, GID = 0, Perms = 0644; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 155 perms Perms = perms_not_known; variable 163 basic_file_status(file_type Type, perms Perms, time_t ATime, in basic_file_status() 171 basic_file_status(file_type Type, perms Perms, uint32_t LastAccessTimeHigh, in basic_file_status() 244 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status() 252 file_status(file_type Type, perms Perms, uint32_t LinkCount, in file_status()
|
H A D | VirtualFileSystem.h | 56 llvm::sys::fs::perms Perms; variable 498 llvm::sys::fs::perms Perms; member
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 217 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() 233 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() 242 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader() 258 unsigned UID, unsigned GID, unsigned Perms, in printBigArchiveMemberHeader()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 71 perms Perms) in Status() 845 std::optional<llvm::sys::fs::perms> Perms, in addFile() 923 std::optional<llvm::sys::fs::perms> Perms) { in addFile() 940 std::optional<llvm::sys::fs::perms> Perms) { in addFileNoOwn() 1051 std::optional<llvm::sys::fs::perms> Perms) { in addSymbolicLink()
|
H A D | Path.cpp | 969 perms Perms) { in create_directories()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Platform.cpp | 628 auto Perms = static_cast<llvm::sys::fs::perms>(file_permissions); in SetFilePermissions() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 13914 SmallVector<SDValue, 2> Perms; in resolveSources() local
|