Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h46 Int32Long = 0x0012, // 32 bit signed enumerator
175 static TypeIndex Int32Long() { return TypeIndex(SimpleTypeKind::Int32Long); } in Int32Long() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp43 {"long*", SimpleTypeKind::Int32Long},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp616 case SimpleTypeKind::Int32Long: in GetCompilerTypeForSimpleKind()
652 case SimpleTypeKind::Int32Long: in GetTypeSizeForSimpleKind()
H A DDWARFLocationExpression.cpp501 case SimpleTypeKind::Int32Long: in IsSimpleTypeSignedInteger()
H A DSymbolFileNativePDB.cpp221 case SimpleTypeKind::Int32Long: in GetSimpleTypeName()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp46 {codeview::SimpleTypeKind::Int32Long, PDB_BuiltinType::Int, 4},
H A DNativeTypeEnum.cpp215 case SimpleTypeKind::Int32Long: in getBuiltinType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1488 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::Int32Long) && in lowerTypeAlias()
1623 STK = SimpleTypeKind::Int32Long; in lowerTypeBasic()