Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeIndex.h42 UInt16Short = 0x0021, // 16 bit unsigned enumerator
169 static TypeIndex UInt16Short() { in UInt16Short() function
170 return TypeIndex(SimpleTypeKind::UInt16Short); in UInt16Short()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeIndex.cpp39 {"unsigned short*", SimpleTypeKind::UInt16Short},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDSymbolCache.cpp43 {codeview::SimpleTypeKind::UInt16Short, PDB_BuiltinType::UInt, 2},
HDNativeTypeEnum.cpp221 case SimpleTypeKind::UInt16Short: in getBuiltinType()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp741 case SimpleTypeKind::UInt16Short: in GetCompilerTypeForSimpleKind()
790 case SimpleTypeKind::UInt16Short: in GetTypeSizeForSimpleKind()
HDSymbolFileNativePDB.cpp223 case SimpleTypeKind::UInt16Short: in GetSimpleTypeName()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp1550 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::UInt16Short) && in lowerTypeAlias()
1656 case 2: STK = SimpleTypeKind::UInt16Short; break; in lowerTypeBasic()
1685 if (STK == SimpleTypeKind::UInt16Short && in lowerTypeBasic()