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.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h155 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 DVirtualFileSystem.h56 llvm::sys::fs::perms Perms; variable
498 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.cpp71 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 DPath.cpp969 perms Perms) { in create_directories()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp628 auto Perms = static_cast<llvm::sys::fs::perms>(file_permissions); in SetFilePermissions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13914 SmallVector<SDValue, 2> Perms; in resolveSources() local