Home
last modified time | relevance | path

Searched defs:Perms (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchiveWriter.h25 unsigned UID = 0, GID = 0, Perms = 0644; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h152 perms Perms = perms_not_known; variable
160 basic_file_status(file_type Type, perms Perms, time_t ATime, in basic_file_status()
168 basic_file_status(file_type Type, perms Perms, uint32_t LastAccessTimeHigh, in basic_file_status()
241 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status()
249 file_status(file_type Type, perms Perms, uint32_t LinkCount, in file_status()
H A DVirtualFileSystem.h57 llvm::sys::fs::perms Perms; variable
515 llvm::sys::fs::perms Perms; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp217 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 DVirtualFileSystem.cpp70 perms Perms) in Status()
857 std::optional<llvm::sys::fs::perms> Perms, in addFile()
935 std::optional<llvm::sys::fs::perms> Perms) { in addFile()
952 std::optional<llvm::sys::fs::perms> Perms) { in addFileNoOwn()
1063 std::optional<llvm::sys::fs::perms> Perms) { in addSymbolicLink()
H A DPath.cpp968 perms Perms) { in create_directories()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp630 auto Perms = static_cast<llvm::sys::fs::perms>(file_permissions); in SetFilePermissions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp14793 SmallVector<SDValue, 2> Perms; in resolveSources() local