Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h156 perms Perms = perms_not_known; variable
164 basic_file_status(file_type Type, perms Perms, time_t ATime, in basic_file_status()
172 basic_file_status(file_type Type, perms Perms, uint32_t LastAccessTimeHigh, in basic_file_status()
246 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status()
254 file_status(file_type Type, perms Perms, uint32_t LinkCount, in file_status()
H A DVirtualFileSystem.h55 llvm::sys::fs::perms Perms; variable
475 llvm::sys::fs::perms Perms; member
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
/openbsd/gnu/llvm/llvm/lib/Object/
H A DArchiveWriter.cpp196 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader()
212 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader()
221 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader()
237 unsigned UID, unsigned GID, unsigned Perms, in printBigArchiveMemberHeader()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp70 perms Perms) in Status()
819 std::optional<llvm::sys::fs::perms> Perms, in addFile()
896 std::optional<llvm::sys::fs::perms> Perms) { in addFile()
913 std::optional<llvm::sys::fs::perms> Perms) { in addFileNoOwn()
1024 std::optional<llvm::sys::fs::perms> Perms) { in addSymbolicLink()
H A DPath.cpp968 perms Perms) { in create_directories()
/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp666 auto Perms = static_cast<llvm::sys::fs::perms>(file_permissions); in SetFilePermissions() local