Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defi_nii.h59 CHAR8 StringId[4]; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def82 TYPE_RECORD(LF_STRING_ID, 0x1605, StringId)
H A DTypeRecord.h599 : TypeRecord(TypeRecordKind::StringId), Id(Id), String(String) {} in StringIdRecord()