Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeIndex.h45 Int32Long = 0x0012, // 32 bit signed enumerator
174 static TypeIndex Int32Long() { return TypeIndex(SimpleTypeKind::Int32Long); } in Int32Long() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeIndex.cpp42 {"long*", SimpleTypeKind::Int32Long},
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDDWARFLocationExpression.cpp59 case SimpleTypeKind::Int32Long: in IsSimpleTypeSignedInteger()
HDPdbUtil.cpp743 case SimpleTypeKind::Int32Long: in GetCompilerTypeForSimpleKind()
779 case SimpleTypeKind::Int32Long: in GetTypeSizeForSimpleKind()
HDSymbolFileNativePDB.cpp225 case SimpleTypeKind::Int32Long: in GetSimpleTypeName()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDSymbolCache.cpp46 {codeview::SimpleTypeKind::Int32Long, PDB_BuiltinType::Int, 4},
HDNativeTypeEnum.cpp214 case SimpleTypeKind::Int32Long: in getBuiltinType()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp1547 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::Int32Long) && in lowerTypeAlias()
1682 STK = SimpleTypeKind::Int32Long; in lowerTypeBasic()