Home
last modified time | relevance | path

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

/openbsd-src/sys/stand/efi/include/
H A Defi_nii.h67 CHAR8 StringId[4]; member
/openbsd-src/gnu/llvm/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()