Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h50 Int64Quad = 0x0013, // 64 bit signed enumerator
181 static TypeIndex Int64Quad() { return TypeIndex(SimpleTypeKind::Int64Quad); } in Int64Quad() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp47 {"__int64*", SimpleTypeKind::Int64Quad},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp598 case SimpleTypeKind::Int64Quad: in GetCompilerTypeForSimpleKind()
645 case SimpleTypeKind::Int64Quad: in GetTypeSizeForSimpleKind()
H A DDWARFLocationExpression.cpp499 case SimpleTypeKind::Int64Quad: in IsSimpleTypeSignedInteger()
H A DSymbolFileNativePDB.cpp203 case SimpleTypeKind::Int64Quad: in GetSimpleTypeName()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp48 {codeview::SimpleTypeKind::Int64Quad, PDB_BuiltinType::Int, 8},
H A DNativeTypeEnum.cpp217 case SimpleTypeKind::Int64Quad: in getBuiltinType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1590 case 8: STK = SimpleTypeKind::Int64Quad; break; in lowerTypeBasic()