| /freebsd-11-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-11-stable/lib/libefivar/ |
| HD | efivar-dp-format.c | 819 UINT8 *Uuid; in DevPathToTextNVMe() local 822 Uuid = (UINT8 *) &Nvme->NamespaceUuid; in DevPathToTextNVMe() 827 Uuid[7], Uuid[6], Uuid[5], Uuid[4], in DevPathToTextNVMe() 828 Uuid[3], Uuid[2], Uuid[1], Uuid[0] in DevPathToTextNVMe()
|
| HD | efivar-dp-parse.c | 1755 UINT8 *Uuid; in DevPathFromTextNVMe() local 1767 Uuid = (UINT8 *) &Nvme->NamespaceUuid; in DevPathFromTextNVMe() 1771 Uuid[Index] = (UINT8) StrHexToUintn (SplitStr (&NamespaceUuidStr, '-')); in DevPathFromTextNVMe()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| HD | MinidumpParser.cpp | 77 llvm::sys::swapByteOrder(swapped.Uuid.Data1); in GetModuleUUID() 78 llvm::sys::swapByteOrder(swapped.Uuid.Data2); in GetModuleUUID() 79 llvm::sys::swapByteOrder(swapped.Uuid.Data3); in GetModuleUUID() 85 return UUID::fromOptionalData(&pdb70_uuid->Uuid, sizeof(pdb70_uuid->Uuid)); in GetModuleUUID()
|
| HD | MinidumpTypes.h | 52 } Uuid; member
|
| /freebsd-11-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 | 1129 ACPI_VENDOR_UUID *Uuid,
|
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/ |
| HD | Config.h | 38 enum class BuildIdKind { None, Fast, Md5, Sha1, Hexstring, Uuid }; enumerator
|
| HD | Driver.cpp | 706 return {BuildIdKind::Uuid, {}}; in getBuildId()
|
| HD | Writer.cpp | 2722 case BuildIdKind::Uuid: in writeBuildId()
|
| HD | SyntheticSections.cpp | 277 case BuildIdKind::Uuid: in getHashSize()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CodeGenModule.cpp | 2396 StringRef Uuid = E->getUuidStr(); in GetAddrOfUuidDescriptor() local 2397 std::string Name = "_GUID_" + Uuid.lower(); in GetAddrOfUuidDescriptor() 2407 llvm::Constant *Init = EmitUuidofInitializer(Uuid); in GetAddrOfUuidDescriptor() 5752 llvm::Constant *CodeGenModule::EmitUuidofInitializer(StringRef Uuid) { in EmitUuidofInitializer() argument 5755 assert(Uuid.size() == 36); in EmitUuidofInitializer() 5757 if (i == 8 || i == 13 || i == 18 || i == 23) assert(Uuid[i] == '-'); in EmitUuidofInitializer() 5758 else assert(isHexDigit(Uuid[i])); in EmitUuidofInitializer() 5767 Int8Ty, Uuid.substr(Field3ValueOffsets[Idx], 2), 16); in EmitUuidofInitializer() 5770 llvm::ConstantInt::get(Int32Ty, Uuid.substr(0, 8), 16), in EmitUuidofInitializer() 5771 llvm::ConstantInt::get(Int16Ty, Uuid.substr(9, 4), 16), in EmitUuidofInitializer() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | DeclCXX.cpp | 1835 const auto *Uuid = getAttr<UuidAttr>(); in isInterfaceLike() local 1839 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() && in isInterfaceLike() 1842 Uuid->getGuid() == "00000000-0000-0000-C000-000000000046") || in isInterfaceLike() 1844 Uuid->getGuid() == "00020400-0000-0000-C000-000000000046"))) { in isInterfaceLike()
|
| HD | MicrosoftMangle.cpp | 1392 StringRef Uuid = UE->getUuidStr(); in mangleExpression() local 1393 std::string Name = "_GUID_" + Uuid.lower(); in mangleExpression()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaDeclAttr.cpp | 5410 StringRef Uuid) { in mergeUuidAttr() argument 5412 if (UA->getGuid().equals_lower(Uuid)) in mergeUuidAttr() 5421 return ::new (Context) UuidAttr(Context, CI, Uuid); in mergeUuidAttr()
|
| HD | SemaExprCXX.cpp | 606 if (const auto *Uuid = TD->getMostRecentDecl()->getAttr<UuidAttr>()) { in getUuidAttrOfType() local 607 UuidAttrs.insert(Uuid); in getUuidAttrOfType()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| HD | MachODump.cpp | 10106 MachO::uuid_command Uuid = Obj->getUuidCommand(Command); in PrintLoadCommands() local 10107 PrintUuidLoadCommand(Uuid); in PrintLoadCommands()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | Attr.td | 2358 def Uuid : InheritableAttr {
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Sema.h | 2872 StringRef Uuid);
|