| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 156 perms Perms = perms_not_known; variable 164 basic_file_status(file_type Type, perms Perms, time_t ATime, in basic_file_status() argument 170 fs_st_size(Size), Type(Type), Perms(Perms) {} in basic_file_status() 172 basic_file_status(file_type Type, perms Perms, uint32_t LastAccessTimeHigh, in basic_file_status() argument 180 FileSizeLow(FileSizeLow), Type(Type), Perms(Perms) {} in basic_file_status() 185 perms permissions() const { return Perms; } in permissions() 222 void permissions(perms p) { Perms = p; } in permissions() 249 : basic_file_status(Type, Perms, ATime, ATimeNSec, MTime, MTimeNSec, in file_status() 253 file_status(file_type Type, perms Perms, uint32_t LinkCount, in file_status() argument 305 perms Perms = owner_all | group_all); [all …]
|
| H A D | VirtualFileSystem.h | 55 llvm::sys::fs::perms Perms; variable 77 llvm::sys::fs::perms Perms); 92 llvm::sys::fs::perms getPermissions() const { return Perms; } in getPermissions() 475 llvm::sys::fs::perms Perms; member 514 std::optional<llvm::sys::fs::perms> Perms, MakeNodeFn MakeNode); 539 std::optional<llvm::sys::fs::perms> Perms = std::nullopt); 569 std::optional<llvm::sys::fs::perms> Perms = std::nullopt); 582 std::optional<llvm::sys::fs::perms> Perms = std::nullopt);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 122 M.Perms = AccessModeOrErr.get(); in getOldMember() 161 M.Perms = Status.permissions(); in getFile() 216 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() argument 224 printWithSpacePadding(Out, format("%o", Perms), 8); in printRestOfMemberHeader() 232 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() argument 235 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size); in printGNUSmallMemberHeader() 247 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, in printBSDMemberHeader() 269 printWithSpacePadding(Out, format("%o", Perms), 12); // Permission in printBigArchiveMemberHeader() 305 M.Perms, Size); in printMemberHeader() 308 M.Perms, Size); in printMemberHeader() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ArchiveWriter.h | 24 unsigned UID = 0, GID = 0, Perms = 0644; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 67 Type(Status.type()), Perms(Status.permissions()) {} in Status() 71 perms Perms) in Status() argument 73 Size(Size), Type(Type), Perms(Perms) {} in Status() 799 Group, Buffer ? Buffer->getBufferSize() : 0, Type, Perms); in makeStatus() 821 std::optional<llvm::sys::fs::perms> Perms, in addFile() argument 842 const auto ResolvedPerms = Perms.value_or(sys::fs::all_all); in addFile() 900 Perms, in addFile() 915 std::optional<llvm::sys::fs::perms> Perms) { in addFileNoOwn() argument 918 std::move(Perms), in addFileNoOwn() 1026 std::optional<llvm::sys::fs::perms> Perms) { in addSymbolicLink() argument [all …]
|
| H A D | Path.cpp | 970 perms Perms) { in create_directories() argument 975 std::error_code EC = create_directory(P, IgnoreExisting, Perms); in create_directories() 987 if ((EC = create_directories(Parent, IgnoreExisting, Perms))) in create_directories() 990 return create_directory(P, IgnoreExisting, Perms); in create_directories()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 662 auto Perms = static_cast<llvm::sys::fs::perms>(file_permissions); in SetFilePermissions() local 663 return llvm::sys::fs::setPermissions(file_spec.GetPath(), Perms); in SetFilePermissions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 13606 SmallVector<SDValue, 2> Perms; in resolveSources() local 13626 Perms.push_back(DAG.getNode(AMDGPUISD::PERM, SL, MVT::i32, FirstVal, in resolveSources() 13641 Perms.push_back( in resolveSources() 13648 assert(Perms.size() == 1 || Perms.size() == 2); in resolveSources() 13649 return Perms.size() == 2 in resolveSources() 13650 ? DAG.getNode(ISD::OR, SL, MVT::i32, Perms[0], Perms[1]) in resolveSources() 13651 : Perms[0]; in resolveSources()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 237 perms Perms) {
|