Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp44 {"unsigned long*", SimpleTypeKind::UInt32Long},
H A DTypeRecordHelpers.cpp92 case SimpleTypeKind::UInt32Long: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp228 case SimpleTypeKind::UInt32Long: in getBuiltinType()
H A DSymbolCache.cpp60 {codeview::SimpleTypeKind::UInt32Long, PDB_BuiltinType::UInt, 4},
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp982 case SimpleTypeKind::UInt32Long: in GetCompilerTypeForSimpleKind()
1017 case SimpleTypeKind::UInt32Long: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp211 case SimpleTypeKind::UInt32Long: in GetSimpleTypeName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1733 : TypeIndex(SimpleTypeKind::UInt32Long); in lowerTypeArray()
1796 : TypeIndex(SimpleTypeKind::UInt32Long); in lowerTypeString()
1893 STK = SimpleTypeKind::UInt32Long; in lowerTypeBasic()