Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp39 {"short*", SimpleTypeKind::Int16Short},
H A DTypeRecordHelpers.cpp86 case SimpleTypeKind::Int16Short: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp62 case SimpleTypeKind::Int16Short: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp967 case SimpleTypeKind::Int16Short: in GetCompilerTypeForSimpleKind()
1025 case SimpleTypeKind::Int16Short: in GetTypeSizeForSimpleKind()
/freebsd/contrib/llvm-project/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},
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1850 case 2: STK = SimpleTypeKind::Int16Short; break; in lowerTypeBasic()