Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h45 Int32Long = 0x0012, // 32 bit signed enumerator
183 static TypeIndex Int32Long() { return TypeIndex(SimpleTypeKind::Int32Long); } in Int32Long() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp42 {"long*", SimpleTypeKind::Int32Long},
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DDWARFLocationExpression.cpp59 case SimpleTypeKind::Int32Long: in IsSimpleTypeSignedInteger()
DPdbUtil.cpp743 case SimpleTypeKind::Int32Long: in GetCompilerTypeForSimpleKind()
779 case SimpleTypeKind::Int32Long: in GetTypeSizeForSimpleKind()
DSymbolFileNativePDB.cpp207 case SimpleTypeKind::Int32Long: in GetSimpleTypeName()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeEnum.cpp214 case SimpleTypeKind::Int32Long: in getBuiltinType()
DSymbolCache.cpp55 {codeview::SimpleTypeKind::Int32Long, PDB_BuiltinType::Int, 4},
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1592 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::Int32Long) && in lowerTypeAlias()
1732 STK = SimpleTypeKind::Int32Long; in lowerTypeBasic()