Home
last modified time | relevance | path

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

/freebsd/stand/efi/include/
H A Defi_nii.h66 CHAR8 StringId[4]; member
/freebsd/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);
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h376 EFI_STRING_ID StringId; member
1272 EFI_STRING_ID StringId; member
/freebsd/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()