| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 152 perms Perms = perms_not_known; variable 160 basic_file_status(file_type Type, perms Perms, time_t ATime, in basic_file_status() argument 166 fs_st_size(Size), Type(Type), Perms(Perms) {} in basic_file_status() 168 basic_file_status(file_type Type, perms Perms, uint32_t LastAccessTimeHigh, in basic_file_status() argument 176 FileSizeLow(FileSizeLow), Type(Type), Perms(Perms) {} in basic_file_status() 181 perms permissions() const { return Perms; } in permissions() 218 void permissions(perms p) { Perms = p; } in permissions() 241 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status() argument 245 : basic_file_status(Type, Perms, ATime, ATimeNSec, MTime, MTimeNSec, in file_status() 249 file_status(file_type Type, perms Perms, uint32_t LinkCount, in file_status() argument [all …]
|
| H A D | VirtualFileSystem.h | 57 llvm::sys::fs::perms Perms; variable 76 llvm::sys::fs::perms Perms); 92 llvm::sys::fs::perms getPermissions() const { return Perms; } in getPermissions() 515 llvm::sys::fs::perms Perms; member 559 std::optional<llvm::sys::fs::perms> Perms, MakeNodeFn MakeNode); 584 std::optional<llvm::sys::fs::perms> Perms = std::nullopt); 614 std::optional<llvm::sys::fs::perms> Perms = std::nullopt); 627 std::optional<llvm::sys::fs::perms> Perms = std::nullopt);
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 123 M.Perms = AccessModeOrErr.get(); in getOldMember() 162 M.Perms = Status.permissions(); in getFile() 217 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() argument 225 printWithSpacePadding(Out, format("%o", Perms), 8); in printRestOfMemberHeader() 233 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() argument 236 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size); in printGNUSmallMemberHeader() 242 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader() argument 248 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, in printBSDMemberHeader() 258 unsigned UID, unsigned GID, unsigned Perms, in printBigArchiveMemberHeader() argument 270 printWithSpacePadding(Out, format("%o", Perms), 12); // Permission in printBigArchiveMemberHeader() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ArchiveWriter.h | 25 unsigned UID = 0, GID = 0, Perms = 0644; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 66 Type(Status.type()), Perms(Status.permissions()) {} in Status() 70 perms Perms) in Status() argument 72 Size(Size), Type(Type), Perms(Perms) {} in Status() 835 Group, Buffer ? Buffer->getBufferSize() : 0, Type, Perms); in makeStatus() 857 std::optional<llvm::sys::fs::perms> Perms, in addFile() argument 878 const auto ResolvedPerms = Perms.value_or(sys::fs::all_all); in addFile() 935 std::optional<llvm::sys::fs::perms> Perms) { in addFile() argument 937 Perms, in addFile() 952 std::optional<llvm::sys::fs::perms> Perms) { in addFileNoOwn() argument 955 std::move(Perms), in addFileNoOwn() [all …]
|
| H A D | Path.cpp | 968 perms Perms) { in create_directories() argument 973 std::error_code EC = create_directory(P, IgnoreExisting, Perms); in create_directories() 985 if ((EC = create_directories(Parent, IgnoreExisting, Perms))) in create_directories() 988 return create_directory(P, IgnoreExisting, Perms); in create_directories()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 412 perms Perms) { 416 if (::mkdir(p.begin(), Perms) == -1) { 748 perms Perms = static_cast<perms>(Status.st_mode) & all_perms; 749 Result = file_status(typeForMode(Status.st_mode), Perms, Status.st_dev,
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 630 auto Perms = static_cast<llvm::sys::fs::perms>(file_permissions); in SetFilePermissions() local 631 return llvm::sys::fs::setPermissions(file_spec.GetPath(), Perms); in SetFilePermissions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 14793 SmallVector<SDValue, 2> Perms; in resolveSources() local 14813 Perms.push_back(DAG.getNode(AMDGPUISD::PERM, SL, MVT::i32, FirstVal, in resolveSources() 14828 Perms.push_back( in resolveSources() 14835 assert(Perms.size() == 1 || Perms.size() == 2); in resolveSources() 14836 return Perms.size() == 2 in resolveSources() 14837 ? DAG.getNode(ISD::OR, SL, MVT::i32, Perms[0], Perms[1]) in resolveSources() 14838 : Perms[0]; in resolveSources()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 240 perms Perms) {
|