Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Object/
H A DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h155 perms Perms = perms_not_known; global() variable
163 basic_file_status(file_type Type,perms Perms,time_t ATime,uint32_t ATimeNSec,time_t MTime,uint32_t MTimeNSec,uid_t UID,gid_t GID,off_t Size) basic_file_status() argument
171 basic_file_status(file_type Type,perms Perms,uint32_t LastAccessTimeHigh,uint32_t LastAccessTimeLow,uint32_t LastWriteTimeHigh,uint32_t LastWriteTimeLow,uint32_t FileSizeHigh,uint32_t FileSizeLow) basic_file_status() argument
244 file_status(file_type Type,perms Perms,dev_t Dev,nlink_t Links,ino_t Ino,time_t ATime,uint32_t ATimeNSec,time_t MTime,uint32_t MTimeNSec,uid_t UID,gid_t GID,off_t Size) file_status() argument
252 file_status(file_type Type,perms Perms,uint32_t LinkCount,uint32_t LastAccessTimeHigh,uint32_t LastAccessTimeLow,uint32_t LastWriteTimeHigh,uint32_t LastWriteTimeLow,uint32_t VolumeSerialNumber,uint32_t FileSizeHigh,uint32_t FileSizeLow,uint64_t PathHash) file_status() argument
[all...]
H A DVirtualFileSystem.h56 llvm::sys::fs::perms Perms; variable
498 llvm::sys::fs::perms Perms; global() member
[all...]
/llvm-project/lldb/unittests/Host/
H A DFileSystemTest.cpp140 void addRegularFile(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addRegularFile()
147 void addDirectory(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addDirectory()
/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp217 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() argument
233 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() argument
242 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader() argument
258 unsigned UID, unsigned GID, unsigned Perms, in printBigArchiveMemberHeader() argument
[all...]
/llvm-project/llvm/unittests/Support/
H A Draw_ostream_test.cpp547 ErrorOr<llvm::sys::fs::perms> Perms = llvm::sys::fs::getPermissions(Path); TEST() local
H A DVirtualFileSystemTest.cpp157 void addRegularFile(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addRegularFile() argument
164 void addDirectory(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addDirectory() argument
H A DPath.cpp2124 ErrorOr<fs::perms> Perms = fs::getPermissions(TempPath); TEST_F() local
[all...]
/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp71 Status(const Twine & Name,UniqueID UID,sys::TimePoint<> MTime,uint32_t User,uint32_t Group,uint64_t Size,file_type Type,perms Perms) Status() argument
845 addFile(const Twine & P,time_t ModificationTime,std::unique_ptr<llvm::MemoryBuffer> Buffer,std::optional<uint32_t> User,std::optional<uint32_t> Group,std::optional<llvm::sys::fs::file_type> Type,std::optional<llvm::sys::fs::perms> Perms,MakeNodeFn MakeNode) addFile() argument
923 addFile(const Twine & P,time_t ModificationTime,std::unique_ptr<llvm::MemoryBuffer> Buffer,std::optional<uint32_t> User,std::optional<uint32_t> Group,std::optional<llvm::sys::fs::file_type> Type,std::optional<llvm::sys::fs::perms> Perms) addFile() argument
940 addFileNoOwn(const Twine & P,time_t ModificationTime,const llvm::MemoryBufferRef & Buffer,std::optional<uint32_t> User,std::optional<uint32_t> Group,std::optional<llvm::sys::fs::file_type> Type,std::optional<llvm::sys::fs::perms> Perms) addFileNoOwn() argument
1051 addSymbolicLink(const Twine & NewLink,const Twine & Target,time_t ModificationTime,std::optional<uint32_t> User,std::optional<uint32_t> Group,std::optional<llvm::sys::fs::perms> Perms) addSymbolicLink() argument
[all...]
H A DPath.cpp969 create_directories(const Twine & Path,bool IgnoreExisting,perms Perms) create_directories() argument
/llvm-project/lldb/source/Target/
H A DPlatform.cpp628 auto Perms = static_cast<llvm::sys::fs::perms>(file_permissions); SetFilePermissions() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13910 SmallVector<SDValue, 2> Perms; resolveSources() local