Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp43 {"long*", SimpleTypeKind::Int32Long},
H A DTypeRecordHelpers.cpp91 case SimpleTypeKind::Int32Long: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp60 case SimpleTypeKind::Int32Long: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp976 case SimpleTypeKind::Int32Long: in GetCompilerTypeForSimpleKind()
1012 case SimpleTypeKind::Int32Long: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp206 case SimpleTypeKind::Int32Long: in GetSimpleTypeName()
/openbsd-src/gnu/llvm/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},
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst142 Int32Long = 0x0012, // 32 bit signed
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1687 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::Int32Long) && in lowerTypeAlias()
1857 STK = SimpleTypeKind::Int32Long; in lowerTypeBasic()