Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h49 Int64Quad = 0x0013, // 64 bit signed enumerator
189 static TypeIndex Int64Quad() { return TypeIndex(SimpleTypeKind::Int64Quad); } in Int64Quad() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp46 {"__int64*", SimpleTypeKind::Int64Quad},
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp57 case SimpleTypeKind::Int64Quad: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp725 case SimpleTypeKind::Int64Quad: in GetCompilerTypeForSimpleKind()
772 case SimpleTypeKind::Int64Quad: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp189 case SimpleTypeKind::Int64Quad: in GetSimpleTypeName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp216 case SimpleTypeKind::Int64Quad: in getBuiltinType()
H A DSymbolCache.cpp57 {codeview::SimpleTypeKind::Int64Quad, PDB_BuiltinType::Int, 8},
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1699 case 8: STK = SimpleTypeKind::Int64Quad; break; in lowerTypeBasic()