Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h46 UInt32Long = 0x0022, // 32 bit unsigned enumerator
184 static TypeIndex UInt32Long() { in UInt32Long() function
185 return TypeIndex(SimpleTypeKind::UInt32Long); in UInt32Long()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp43 {"unsigned long*", SimpleTypeKind::UInt32Long},
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp745 case SimpleTypeKind::UInt32Long: in GetCompilerTypeForSimpleKind()
780 case SimpleTypeKind::UInt32Long: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp209 case SimpleTypeKind::UInt32Long: in GetSimpleTypeName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp223 case SimpleTypeKind::UInt32Long: in getBuiltinType()
H A DSymbolCache.cpp56 {codeview::SimpleTypeKind::UInt32Long, PDB_BuiltinType::UInt, 4},
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1608 : TypeIndex(SimpleTypeKind::UInt32Long); in lowerTypeArray()
1734 STK = SimpleTypeKind::UInt32Long; in lowerTypeBasic()