Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp43 {"long*", SimpleTypeKind::Int32Long},
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp59 case SimpleTypeKind::Int32Long: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp882 case SimpleTypeKind::Int32Long: in GetCompilerTypeForSimpleKind()
918 case SimpleTypeKind::Int32Long: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp212 case SimpleTypeKind::Int32Long: in GetSimpleTypeName()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp218 case SimpleTypeKind::Int32Long: in getBuiltinType()
H A DSymbolCache.cpp59 {codeview::SimpleTypeKind::Int32Long, PDB_BuiltinType::Int, 4},
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst142 Int32Long = 0x0012, // 32 bit signed
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1668 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::Int32Long) && in lowerTypeAlias()
1838 STK = SimpleTypeKind::Int32Long; in lowerTypeBasic()