Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h36 UInt16Short = 0x0021, // 16 bit unsigned enumerator
142 static TypeIndex UInt16Short() { in UInt16Short() function
143 return TypeIndex(SimpleTypeKind::UInt16Short); in UInt16Short()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp977 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::UInt16Short) && in lowerTypeAlias()
1095 case 2: STK = SimpleTypeKind::UInt16Short; break; in lowerTypeBasic()
1124 if (STK == SimpleTypeKind::UInt16Short && in lowerTypeBasic()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp37 {"unsigned short*", SimpleTypeKind::UInt16Short},