Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/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
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp216 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader()
232 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader()
241 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader()
257 unsigned UID, unsigned GID, unsigned Perms, in printBigArchiveMemberHeader()
/freebsd-14.2/contrib/libarchive/libarchive/test/
H A Dtest_read_format_xar.c28 #define UID 1001 macro
/freebsd-14.2/sbin/dhclient/
H A Ddhctoken.h67 #define UID 269 macro
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h166 uid_t UID, gid_t GID, off_t Size) in basic_file_status()
248 uid_t UID, gid_t GID, off_t Size) in file_status()
H A DVirtualFileSystem.h49 llvm::sys::fs::UniqueID UID; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp141 llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat, in getOrEmplaceEntryForUID()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h255 InstrUID UID; variable
/freebsd-14.2/stand/efi/include/
H A Defidevp.h132 UINT32 UID; member
139 UINT32 UID; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp69 Status::Status(const Twine &Name, UniqueID UID, sys::TimePoint<> MTime, in Status()
793 UniqueID UID = in makeStatus() local
2636 static std::atomic<unsigned> UID; in getNextVirtualUniqueID() local
/freebsd-14.2/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h212 UINT32 UID; member
232 UINT32 UID; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp58 DwarfCompileUnit::DwarfCompileUnit(unsigned UID, const DICompileUnit *Node, in DwarfCompileUnit()
H A DAsmPrinter.cpp3853 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { in GetJTSetSymbol()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp176 for (unsigned UID = 0, LastUID = FilesByUID.size(); UID != LastUID; ++UID) { in GetAffectingModuleMaps() local
2018 for (unsigned UID = 0, LastUID = FilesByUID.size(); UID != LastUID; ++UID) { in WriteHeaderSearch() local