Home
last modified time | relevance | path

Searched defs:UID (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/include/llvm/Object/
H A DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
H A DArchive.h95 char UID[6]; member
125 char UID[12]; member
/llvm-project/llvm/tools/obj2yaml/
H A Darchive2yaml.cpp93 char UID[6]; member
/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/SandboxIR/
H A DSandboxIR.h
/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
H A DVirtualFileSystem.h50 llvm::sys::fs::UniqueID UID; variable
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp147 llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat, in getOrEmplaceEntryForUID() argument
/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h259 InstrUID UID; global() variable
/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp69 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 DDwarfCompileUnit.cpp73 DwarfCompileUnit(unsigned UID,const DICompileUnit * Node,AsmPrinter * A,DwarfDebug * DW,DwarfFile * DWU,UnitKind Kind) DwarfCompileUnit() argument
H A DAsmPrinter.cpp3862 GetJTSetSymbol(unsigned UID,unsigned MBBID) const GetJTSetSymbol() argument
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp234 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