Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp47 {"__int64*", SimpleTypeKind::Int64Quad},
H A DTypeRecordHelpers.cpp96 case SimpleTypeKind::Int64Quad: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp58 case SimpleTypeKind::Int64Quad: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp958 case SimpleTypeKind::Int64Quad: in GetCompilerTypeForSimpleKind()
1005 case SimpleTypeKind::Int64Quad: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp188 case SimpleTypeKind::Int64Quad: in GetSimpleTypeName()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp221 case SimpleTypeKind::Int64Quad: in getBuiltinType()
H A DSymbolCache.cpp61 {codeview::SimpleTypeKind::Int64Quad, PDB_BuiltinType::Int, 8},
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst146 Int64Quad = 0x0013, // 64 bit signed
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1819 case 8: STK = SimpleTypeKind::Int64Quad; break; in lowerTypeBasic()