Home
last modified time | relevance | path

Searched refs:Int64Quad (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h50 Int64Quad = 0x0013, // 64 bit signed enumerator
190 static TypeIndex Int64Quad() { return TypeIndex(SimpleTypeKind::Int64Quad); } in Int64Quad() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp47 {"__int64*", SimpleTypeKind::Int64Quad},
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp57 case SimpleTypeKind::Int64Quad: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp864 case SimpleTypeKind::Int64Quad: in GetCompilerTypeForSimpleKind()
911 case SimpleTypeKind::Int64Quad: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp194 case SimpleTypeKind::Int64Quad: in GetSimpleTypeName()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp220 case SimpleTypeKind::Int64Quad: in getBuiltinType()
H A DSymbolCache.cpp61 {codeview::SimpleTypeKind::Int64Quad, PDB_BuiltinType::Int, 8},
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst146 Int64Quad = 0x0013, // 64 bit signed
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1800 case 8: STK = SimpleTypeKind::Int64Quad; break; in lowerTypeBasic()