Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h47 UInt32Long = 0x0022, // 32 bit unsigned enumerator
185 static TypeIndex UInt32Long() { in UInt32Long() function
186 return TypeIndex(SimpleTypeKind::UInt32Long); in UInt32Long()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp44 {"unsigned long*", SimpleTypeKind::UInt32Long},
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp227 case SimpleTypeKind::UInt32Long: in getBuiltinType()
H A DSymbolCache.cpp60 {codeview::SimpleTypeKind::UInt32Long, PDB_BuiltinType::UInt, 4},
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp884 case SimpleTypeKind::UInt32Long: in GetCompilerTypeForSimpleKind()
919 case SimpleTypeKind::UInt32Long: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp214 case SimpleTypeKind::UInt32Long: in GetSimpleTypeName()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst143 UInt32Long = 0x0022, // 32 bit unsigned
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1684 : TypeIndex(SimpleTypeKind::UInt32Long); in lowerTypeArray()
1746 : TypeIndex(SimpleTypeKind::UInt32Long); in lowerTypeString()
1841 STK = SimpleTypeKind::UInt32Long; in lowerTypeBasic()