Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h42 Int16Short = 0x0011, // 16 bit signed enumerator
167 static TypeIndex Int16Short() { in Int16Short() function
168 return TypeIndex(SimpleTypeKind::Int16Short); in Int16Short()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp39 {"short*", SimpleTypeKind::Int16Short},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp603 case SimpleTypeKind::Int16Short: in GetCompilerTypeForSimpleKind()
661 case SimpleTypeKind::Int16Short: in GetTypeSizeForSimpleKind()
H A DDWARFLocationExpression.cpp503 case SimpleTypeKind::Int16Short: in IsSimpleTypeSignedInteger()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp42 {codeview::SimpleTypeKind::Int16Short, PDB_BuiltinType::Int, 2},
H A DNativeTypeEnum.cpp213 case SimpleTypeKind::Int16Short: in getBuiltinType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1588 case 2: STK = SimpleTypeKind::Int16Short; break; in lowerTypeBasic()