Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h41 Int16Short = 0x0011, // 16 bit signed enumerator
175 static TypeIndex Int16Short() { in Int16Short() function
176 return TypeIndex(SimpleTypeKind::Int16Short); in Int16Short()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp38 {"short*", SimpleTypeKind::Int16Short},
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp212 case SimpleTypeKind::Int16Short: in getBuiltinType()
H A DSymbolCache.cpp51 {codeview::SimpleTypeKind::Int16Short, PDB_BuiltinType::Int, 2},
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst137 Int16Short = 0x0011, // 16 bit signed
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1697 case 2: STK = SimpleTypeKind::Int16Short; break; in lowerTypeBasic()