Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h47 UInt32Long = 0x0022, // 32 bit unsigned enumerator
176 static TypeIndex UInt32Long() { in UInt32Long() function
177 return TypeIndex(SimpleTypeKind::UInt32Long); in UInt32Long()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp44 {"unsigned long*", SimpleTypeKind::UInt32Long},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp618 case SimpleTypeKind::UInt32Long: in GetCompilerTypeForSimpleKind()
653 case SimpleTypeKind::UInt32Long: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp223 case SimpleTypeKind::UInt32Long: in GetSimpleTypeName()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp47 {codeview::SimpleTypeKind::UInt32Long, PDB_BuiltinType::UInt, 4},
H A DNativeTypeEnum.cpp224 case SimpleTypeKind::UInt32Long: in getBuiltinType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1504 : TypeIndex(SimpleTypeKind::UInt32Long); in lowerTypeArray()
1625 STK = SimpleTypeKind::UInt32Long; in lowerTypeBasic()