| /freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/ |
| HD | UUID.cpp | 39 llvm::sys::swapByteOrder(debug_info.Uuid.Data1); in UUID() 40 llvm::sys::swapByteOrder(debug_info.Uuid.Data2); in UUID() 41 llvm::sys::swapByteOrder(debug_info.Uuid.Data3); in UUID() 46 *this = UUID(&debug_info.Uuid, sizeof(debug_info.Uuid)); in UUID()
|
| /freebsd-13-stable/sys/contrib/dev/acpica/components/resources/ |
| HD | rsxface.c | 597 ACPI_VENDOR_UUID *Uuid, in ACPI_EXPORT_SYMBOL() 606 if (!Uuid || !RetBuffer) in ACPI_EXPORT_SYMBOL() 611 Info.Uuid = Uuid; in ACPI_EXPORT_SYMBOL() 670 (Vendor->UuidSubtype != Info->Uuid->Subtype) || in ACPI_EXPORT_SYMBOL() 671 (memcmp (Vendor->Uuid, Info->Uuid->Data, ACPI_UUID_LENGTH))) in ACPI_EXPORT_SYMBOL()
|
| /freebsd-13-stable/lib/libefivar/ |
| HD | efivar-dp-format.c | 816 UINT8 *Uuid; in DevPathToTextNVMe() local 819 Uuid = (UINT8 *) &Nvme->NamespaceUuid; in DevPathToTextNVMe() 824 Uuid[7], Uuid[6], Uuid[5], Uuid[4], in DevPathToTextNVMe() 825 Uuid[3], Uuid[2], Uuid[1], Uuid[0] in DevPathToTextNVMe()
|
| HD | efivar-dp-parse.c | 1752 UINT8 *Uuid; in DevPathFromTextNVMe() local 1764 Uuid = (UINT8 *) &Nvme->NamespaceUuid; in DevPathFromTextNVMe() 1768 Uuid[Index] = (UINT8) StrHexToUintn (SplitStr (&NamespaceUuidStr, '-')); in DevPathFromTextNVMe()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
| HD | ObjectFilePDB.cpp | 32 memcpy(&debug_info.Uuid, IS.getGuid().Guid, sizeof(debug_info.Uuid)); in LLDB_PLUGIN_DEFINE()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/ |
| HD | UUID.h | 45 } Uuid; member
|
| /freebsd-13-stable/sys/contrib/dev/acpica/include/ |
| HD | acresrc.h | 294 ACPI_VENDOR_UUID *Uuid; member
|
| HD | acrestyp.h | 370 UINT8 Uuid[ACPI_UUID_LENGTH]; member
|
| HD | acpixf.h | 1149 ACPI_VENDOR_UUID *Uuid,
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| HD | MinidumpParser.cpp | 73 return UUID(&pdb70_uuid->Uuid, in GetModuleUUID() 74 sizeof(pdb70_uuid->Uuid)); in GetModuleUUID()
|
| /freebsd-13-stable/contrib/llvm-project/lld/ELF/ |
| HD | Config.h | 60 enum class BuildIdKind { None, Fast, Md5, Sha1, Hexstring, Uuid }; enumerator
|
| HD | Writer.cpp | 2911 case BuildIdKind::Uuid: in writeBuildId()
|
| HD | Driver.cpp | 913 return {BuildIdKind::Uuid, {}}; in getBuildId()
|
| HD | SyntheticSections.cpp | 293 case BuildIdKind::Uuid: in getHashSize()
|
| /freebsd-13-stable/sys/contrib/edk2/Include/Protocol/ |
| HD | DevicePath.h | 739 EFI_GUID Uuid; member
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | DeclCXX.cpp | 2063 const auto *Uuid = getAttr<UuidAttr>(); in isInterfaceLike() local 2067 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() && in isInterfaceLike() 2070 Uuid->getGuid() == "00000000-0000-0000-C000-000000000046") || in isInterfaceLike() 2072 Uuid->getGuid() == "00020400-0000-0000-C000-000000000046"))) { in isInterfaceLike()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaExprCXX.cpp | 723 if (const auto *Uuid = TD->getMostRecentDecl()->getAttr<UuidAttr>()) { in getUuidAttrOfType() local 724 UuidAttrs.insert(Uuid); in getUuidAttrOfType()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| HD | MachODump.cpp | 10141 MachO::uuid_command Uuid = Obj->getUuidCommand(Command); in PrintLoadCommands() local 10142 PrintUuidLoadCommand(Uuid); in PrintLoadCommands()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | Attr.td | 3367 def Uuid : InheritableAttr {
|