Home
last modified time | relevance | path

Searched refs:UInt16Short (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h43 UInt16Short = 0x0021, // 16 bit unsigned enumerator
179 static TypeIndex UInt16Short() { in UInt16Short() function
180 return TypeIndex(SimpleTypeKind::UInt16Short); in UInt16Short()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp40 {"unsigned short*", SimpleTypeKind::UInt16Short},
H A DTypeRecordHelpers.cpp87 case SimpleTypeKind::UInt16Short: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp226 case SimpleTypeKind::UInt16Short: in getBuiltinType()
H A DSymbolCache.cpp56 {codeview::SimpleTypeKind::UInt16Short, PDB_BuiltinType::UInt, 2},
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp974 case SimpleTypeKind::UInt16Short: in GetCompilerTypeForSimpleKind()
1023 case SimpleTypeKind::UInt16Short: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp204 case SimpleTypeKind::UInt16Short: in GetSimpleTypeName()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst139 UInt16Short = 0x0021, // 16 bit unsigned
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1690 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::UInt16Short) && in lowerTypeAlias()
1826 case 2: STK = SimpleTypeKind::UInt16Short; break; in lowerTypeBasic()
1861 if (STK == SimpleTypeKind::UInt16Short && in lowerTypeBasic()