Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h35 Int16Short = 0x0011, // 16 bit signed enumerator
139 static TypeIndex Int16Short() { in Int16Short() function
140 return TypeIndex(SimpleTypeKind::Int16Short); in Int16Short()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp36 {"short*", SimpleTypeKind::Int16Short},
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1086 case 2: STK = SimpleTypeKind::Int16Short; break; in lowerTypeBasic()