Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Object/
H A DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
H A DArchive.h96 char GID[6]; member
126 char GID[12]; member
/llvm-project/llvm/tools/obj2yaml/
H A Darchive2yaml.cpp94 char GID[6]; member
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp25 uint64_t LVObject::GID = 0; member in LVObject
/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/include/llvm/Support/
H A DFileSystem.h165 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
247 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
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h172 static uint64_t GID; variable