Searched refs:Uuid (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drsxface.c581 * Uuid - Pointer to the UUID to be matched.
597 ACPI_VENDOR_UUID *Uuid,
606 if (!Uuid || !RetBuffer)
611 Info.Uuid = Uuid;
670 (Vendor->UuidSubtype != Info->Uuid->Subtype) ||
671 (memcmp (Vendor->Uuid, Info->Uuid->Data, ACPI_UUID_LENGTH)))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.h52 } Uuid; member in struct:lldb_private::minidump::CvRecordPdb70
H A DMinidumpParser.cpp77 llvm::sys::swapByteOrder(swapped.Uuid.Data1);
78 llvm::sys::swapByteOrder(swapped.Uuid.Data2);
79 llvm::sys::swapByteOrder(swapped.Uuid.Data3);
85 return UUID::fromOptionalData(&pdb70_uuid->Uuid, sizeof(pdb70_uuid->Uuid));
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-format.c819 UINT8 *Uuid; local
822 Uuid = (UINT8 *) &Nvme->NamespaceUuid;
827 Uuid[7], Uuid[6], Uuid[5], Uuid[4],
828 Uuid[3], Uuid[2], Uuid[1], Uuid[
[all...]
H A Defivar-dp-parse.c1755 UINT8 *Uuid; local
1767 Uuid = (UINT8 *) &Nvme->NamespaceUuid;
1771 Uuid[Index] = (UINT8) StrHexToUintn (SplitStr (&NamespaceUuidStr, '-'));
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacresrc.h294 ACPI_VENDOR_UUID *Uuid; member in struct:acpi_vendor_walk_info
H A Dacrestyp.h370 UINT8 Uuid[ACPI_UUID_LENGTH]; member in struct:acpi_resource_vendor_typed
H A Dacpixf.h1129 ACPI_VENDOR_UUID *Uuid,
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h38 enum class BuildIdKind { None, Fast, Md5, Sha1, Hexstring, Uuid };
H A DWriter.cpp2722 case BuildIdKind::Uuid:
H A DDriver.cpp706 return {BuildIdKind::Uuid, {}};
H A DSyntheticSections.cpp277 case BuildIdKind::Uuid:
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1835 const auto *Uuid = getAttr<UuidAttr>();
1839 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() &&
1842 Uuid->getGuid() == "00000000-0000-0000-C000-000000000046") ||
1844 Uuid->getGuid() == "00020400-0000-0000-C000-000000000046"))) {
H A DMicrosoftMangle.cpp1392 StringRef Uuid = UE->getUuidStr(); local
1393 std::string Name = "_GUID_" + Uuid.lower();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2396 StringRef Uuid = E->getUuidStr(); local
2397 std::string Name = "_GUID_" + Uuid.lower();
2407 llvm::Constant *Init = EmitUuidofInitializer(Uuid);
5752 llvm::Constant *CodeGenModule::EmitUuidofInitializer(StringRef Uuid) { argument
5755 assert(Uuid.size() == 36);
5757 if (i == 8 || i == 13 || i == 18 || i == 23) assert(Uuid[i] == '-');
5758 else assert(isHexDigit(Uuid[i]));
5761 // The starts of all bytes of Field3 in Uuid. Field 3 is "1234-1234567890ab".
5767 Int8Ty, Uuid.substr(Field3ValueOffsets[Idx], 2), 16);
5770 llvm::ConstantInt::get(Int32Ty, Uuid
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5410 StringRef Uuid) {
5412 if (UA->getGuid().equals_lower(Uuid))
5421 return ::new (Context) UuidAttr(Context, CI, Uuid);
5409 mergeUuidAttr(Decl *D, const AttributeCommonInfo &CI, StringRef Uuid) argument
H A DSemaExprCXX.cpp606 if (const auto *Uuid = TD->getMostRecentDecl()->getAttr<UuidAttr>()) {
607 UuidAttrs.insert(Uuid);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp10106 MachO::uuid_command Uuid = Obj->getUuidCommand(Command); local
10107 PrintUuidLoadCommand(Uuid);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2872 StringRef Uuid);

Completed in 412 milliseconds