Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
H A DArchive.h71 char UID[6]; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp154 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader()
170 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader()
179 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader()
/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dtest_read_format_xar.c29 #define UID 1001 macro
/freebsd-13.1/sbin/dhclient/
H A Ddhctoken.h69 #define UID 269 macro
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h166 uid_t UID, gid_t GID, off_t Size) in basic_file_status()
249 uid_t UID, gid_t GID, off_t Size) in file_status()
H A DVirtualFileSystem.h48 llvm::sys::fs::UniqueID UID; variable
/freebsd-13.1/stand/efi/include/
H A Defidevp.h133 UINT32 UID; member
140 UINT32 UID; member
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp139 unsigned UID = 0; member in __anon5fed5ee80111::CombineRule
/freebsd-13.1/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h212 UINT32 UID; member
232 UINT32 UID; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp71 Status::Status(const Twine &Name, UniqueID UID, sys::TimePoint<> MTime, in Status()
2143 static std::atomic<unsigned> UID; in getNextVirtualUniqueID() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp58 DwarfCompileUnit::DwarfCompileUnit(unsigned UID, const DICompileUnit *Node, in DwarfCompileUnit()
H A DAsmPrinter.cpp3155 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { in GetJTSetSymbol()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1821 for (unsigned UID = 0, LastUID = FilesByUID.size(); UID != LastUID; ++UID) { in WriteHeaderSearch() local