Home
last modified time | relevance | path

Searched refs:StringId (Results 1 – 8 of 8) sorted by relevance

/src/sys/contrib/edk2/Include/Protocol/
H A DHiiString.h59 OUT EFI_STRING_ID *StringId,
105 IN EFI_STRING_ID StringId,
139 IN EFI_STRING_ID StringId,
H A DNetworkInterfaceIdentifier.h63 …CHAR8 StringId[4]; ///< A four-character ASCII string that is sent in the class identifier … member
H A DHiiFont.h350 IN EFI_STRING_ID StringId,
/src/stand/efi/include/
H A Defi_nii.h66 CHAR8 StringId[4]; member
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h168 using StringId = size_t;
247 StringId SI = Builder.addString(Name);
312 StringId addString(StringRef Str) {
325 StringId SI = addString(Name);
/src/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h374 EFI_STRING_ID StringId; member
1270 EFI_STRING_ID StringId; member
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def82 TYPE_RECORD(LF_STRING_ID, 0x1605, StringId)
H A DTypeRecord.h600 : TypeRecord(TypeRecordKind::StringId), Id(Id), String(String) {} in StringIdRecord()