Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DArchiveWriter.h28 unsigned UID = 0, GID = 0, Perms = 0644; member
H A DArchive.h74 char UID[6]; member
/freebsd-12.1/contrib/llvm/lib/Object/
H A DArchiveWriter.cpp152 unsigned UID, unsigned GID, unsigned Perms, unsigned Size) { in printRestOfMemberHeader()
168 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader()
177 unsigned UID, unsigned GID, unsigned Perms, in printBSDMemberHeader()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h68 unsigned UID; // A unique (small) ID for the file. variable
/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_read_format_xar.c29 #define UID 1001 macro
/freebsd-12.1/contrib/llvm/lib/IR/
H A DPassTimingInfo.cpp175 PassInvocationID UID{PassID, Count}; in getPassTimer() local
/freebsd-12.1/sbin/dhclient/
H A Ddhctoken.h69 #define UID 269 macro
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileSystem.h187 uid_t UID, gid_t GID, off_t Size) in basic_file_status()
270 uid_t UID, gid_t GID, off_t Size) in file_status()
H A DVirtualFileSystem.h48 llvm::sys::fs::UniqueID UID; variable
/freebsd-12.1/stand/efi/include/
H A Defidevp.h133 UINT32 UID; member
140 UINT32 UID; member
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp55 DwarfCompileUnit::DwarfCompileUnit(unsigned UID, const DICompileUnit *Node, in DwarfCompileUnit()
H A DAsmPrinter.cpp2775 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { in GetJTSetSymbol()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DVirtualFileSystem.cpp70 Status::Status(StringRef Name, UniqueID UID, sys::TimePoint<> MTime, in Status()
1799 static std::atomic<unsigned> UID; in getNextVirtualUniqueID() local
/freebsd-12.1/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h218 UINT32 UID; member
238 UINT32 UID; member
/freebsd-12.1/contrib/gcc/
H A Ddf.h470 #define DF_INSN_UID_GET(DF,UID) ((DF)->insns[(UID)]) argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp713 std::string UID = llvm::utostr(getuid()); in appendUserToPath() local
716 std::string UID = "9999"; in appendUserToPath() local
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2321 unsigned UID = UIDOrErr.get(); in printArchiveChild() local
H A DMachODump.cpp1889 unsigned UID = UIDOrErr.get(); in printArchiveChild() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp2120 for (unsigned UID = 0, LastUID = FilesByUID.size(); UID != LastUID; ++UID) { in WriteHeaderSearch() local