Home
last modified time | relevance | path

Searched refs:UInt16Short (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h43 UInt16Short = 0x0021, // 16 bit unsigned enumerator
161 static TypeIndex UInt16Short() { in UInt16Short() function
162 return TypeIndex(SimpleTypeKind::UInt16Short); in UInt16Short()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp40 {"unsigned short*", SimpleTypeKind::UInt16Short},
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp58 {codeview::SimpleTypeKind::UInt16Short, PDB_BuiltinType::UInt, 2},
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1378 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::UInt16Short) && in lowerTypeAlias()
1484 case 2: STK = SimpleTypeKind::UInt16Short; break; in lowerTypeBasic()
1513 if (STK == SimpleTypeKind::UInt16Short && in lowerTypeBasic()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp37 {"unsigned short*", SimpleTypeKind::UInt16Short},