Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp38 {"short*", SimpleTypeKind::Int16Short},
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp61 case SimpleTypeKind::Int16Short: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp730 case SimpleTypeKind::Int16Short: in GetCompilerTypeForSimpleKind()
788 case SimpleTypeKind::Int16Short: in GetTypeSizeForSimpleKind()
/freebsd-13.1/contrib/llvm-project/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},
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1697 case 2: STK = SimpleTypeKind::Int16Short; break; in lowerTypeBasic()