Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp48 {"unsigned __int64*", SimpleTypeKind::UInt64Quad},
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp229 case SimpleTypeKind::UInt64Quad: in getBuiltinType()
H A DSymbolCache.cpp62 {codeview::SimpleTypeKind::UInt64Quad, PDB_BuiltinType::UInt, 8},
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp874 case SimpleTypeKind::UInt64Quad: in GetCompilerTypeForSimpleKind()
908 case SimpleTypeKind::UInt64Quad: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp203 case SimpleTypeKind::UInt64Quad: in GetSimpleTypeName()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst147 UInt64Quad = 0x0023, // 64 bit unsigned
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1683 ? TypeIndex(SimpleTypeKind::UInt64Quad) in lowerTypeArray()
1745 ? TypeIndex(SimpleTypeKind::UInt64Quad) in lowerTypeString()
1809 case 8: STK = SimpleTypeKind::UInt64Quad; break; in lowerTypeBasic()