Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h42 UInt16Short = 0x0021, // 16 bit unsigned enumerator
178 static TypeIndex UInt16Short() { in UInt16Short() function
179 return TypeIndex(SimpleTypeKind::UInt16Short); in UInt16Short()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp39 {"unsigned short*", SimpleTypeKind::UInt16Short},
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp221 case SimpleTypeKind::UInt16Short: in getBuiltinType()
H A DSymbolCache.cpp52 {codeview::SimpleTypeKind::UInt16Short, PDB_BuiltinType::UInt, 2},
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst138 UInt16Short = 0x0021, // 16 bit unsigned
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1595 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::UInt16Short) && in lowerTypeAlias()
1706 case 2: STK = SimpleTypeKind::UInt16Short; break; in lowerTypeBasic()
1735 if (STK == SimpleTypeKind::UInt16Short && in lowerTypeBasic()