Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h46 Int32Long = 0x0012, // 32 bit signed enumerator
184 static TypeIndex Int32Long() { return TypeIndex(SimpleTypeKind::Int32Long); } in Int32Long() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp43 {"long*", SimpleTypeKind::Int32Long},
H A DTypeRecordHelpers.cpp91 case SimpleTypeKind::Int32Long: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp60 case SimpleTypeKind::Int32Long: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp980 case SimpleTypeKind::Int32Long: in GetCompilerTypeForSimpleKind()
1016 case SimpleTypeKind::Int32Long: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp209 case SimpleTypeKind::Int32Long: in GetSimpleTypeName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp219 case SimpleTypeKind::Int32Long: in getBuiltinType()
H A DSymbolCache.cpp59 {codeview::SimpleTypeKind::Int32Long, PDB_BuiltinType::Int, 4},
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1717 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::Int32Long) && in lowerTypeArray()
1890 STK = SimpleTypeKind::Int32Long; in lowerTypePointer()