Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h42 Int16Short = 0x0011, // 16 bit signed enumerator
176 static TypeIndex Int16Short() { in Int16Short() function
177 return TypeIndex(SimpleTypeKind::Int16Short); in Int16Short()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp39 {"short*", SimpleTypeKind::Int16Short},
H A DTypeRecordHelpers.cpp86 case SimpleTypeKind::Int16Short: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp62 case SimpleTypeKind::Int16Short: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp963 case SimpleTypeKind::Int16Short: in GetCompilerTypeForSimpleKind()
1021 case SimpleTypeKind::Int16Short: in GetTypeSizeForSimpleKind()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp217 case SimpleTypeKind::Int16Short: in getBuiltinType()
H A DSymbolCache.cpp55 {codeview::SimpleTypeKind::Int16Short, PDB_BuiltinType::Int, 2},
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst138 Int16Short = 0x0011, // 16 bit signed
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1817 case 2: STK = SimpleTypeKind::Int16Short; break; in lowerTypeBasic()