/llvm-project/llvm/include/llvm/Object/ |
H A D | ArchiveWriter.h | 24 unsigned UID = 0, GID = 0, Perms = 0644; member
|
H A D | Archive.h | 95 char UID[6]; member 125 char UID[12]; member
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | archive2yaml.cpp | 93 char UID[6]; member
|
/llvm-project/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 217 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/SandboxIR/ |
H A D | SandboxIR.h |
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 165 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
|
H A D | VirtualFileSystem.h | 50 llvm::sys::fs::UniqueID UID; variable
|
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 147 llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat, in getOrEmplaceEntryForUID() argument
|
/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 259 InstrUID UID; global() variable
|
/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 69 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 817 UniqueID UID = makeStatus() local 2717 static std::atomic<unsigned> UID; getNextVirtualUniqueID() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 73 DwarfCompileUnit(unsigned UID,const DICompileUnit * Node,AsmPrinter * A,DwarfDebug * DW,DwarfFile * DWU,UnitKind Kind) DwarfCompileUnit() argument
|
H A D | AsmPrinter.cpp | 3862 GetJTSetSymbol(unsigned UID,unsigned MBBID) const GetJTSetSymbol() argument
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 234 for (unsigned UID = 0, LastUID = FilesByUID.size(); UID != LastUID; ++UID) { GetAffectingModuleMaps() local 2149 for (unsigned UID = 0, LastUID = FilesByUID.size(); UID != LastUID; ++UID) { WriteHeaderSearch() local
|