Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h51 UInt64Quad = 0x0023, // 64 bit unsigned enumerator
191 static TypeIndex UInt64Quad() { in UInt64Quad() function
192 return TypeIndex(SimpleTypeKind::UInt64Quad); in UInt64Quad()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp48 {"unsigned __int64*", SimpleTypeKind::UInt64Quad},
H A DTypeRecordHelpers.cpp97 case SimpleTypeKind::UInt64Quad: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp230 case SimpleTypeKind::UInt64Quad: in getBuiltinType()
H A DSymbolCache.cpp62 {codeview::SimpleTypeKind::UInt64Quad, PDB_BuiltinType::UInt, 8},
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp972 case SimpleTypeKind::UInt64Quad: in GetCompilerTypeForSimpleKind()
1006 case SimpleTypeKind::UInt64Quad: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp200 case SimpleTypeKind::UInt64Quad: in GetSimpleTypeName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1732 ? TypeIndex(SimpleTypeKind::UInt64Quad) in lowerTypeArray()
1795 ? TypeIndex(SimpleTypeKind::UInt64Quad) in lowerTypeString()
1861 case 8: STK = SimpleTypeKind::UInt64Quad; break; in lowerTypeBasic()