Home
last modified time | relevance | path

Searched full:vbptrtype (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h889 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord()
892 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord()
894 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord()
897 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord()
901 TypeIndex getVBPtrType() const { return VBPtrType; } in getBaseType()
907 TypeIndex VBPtrType;
890 VirtualBaseClassRecord(TypeRecordKind Kind,MemberAttributes Attrs,TypeIndex BaseType,TypeIndex VBPtrType,uint64_t Offset,uint64_t Index) VirtualBaseClassRecord() argument
895 VirtualBaseClassRecord(TypeRecordKind Kind,MemberAccess Access,TypeIndex BaseType,TypeIndex VBPtrType,uint64_t Offset,uint64_t Index) VirtualBaseClassRecord() argument
908 TypeIndex VBPtrType; global() variable
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dinheritance.ll23 ; CHECK-NEXT: VBPtrType: const int* ({{.*}})
41 ; CHECK-NEXT: VBPtrType: const int* ({{.*}})
66 ; CHECK-NEXT: VBPtrType: const int* ({{.*}})
H A Dtypes-data-members.ll285 ; CHECK: VBPtrType: const int* (0x1012)
620 ; ASM: .long 0x1012 # VBPtrType: const int*
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp508 checkTypeReferences(0, VirtualBaseClass.BaseType, VirtualBaseClass.VBPtrType); in TEST_F()
534 VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex); in TEST_F()
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.yaml222 VBPtrType: 0x1001 # const int *
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp716 error(IO.mapInteger(Record.VBPtrType, "VBPtrType")); in visitKnownMember()
H A DTypeDumpVisitor.cpp540 printTypeIndex("VBPtrType", Base.getVBPtrType()); in visitKnownMember()
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp664 IO.mapRequired("VBPtrType", Record.VBPtrType); in map()
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp582 Base.BaseType, Base.VBPtrType, Base.VBPtrOffset, Base.VTableIndex); in visitKnownMember()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2857 printTypeIndex("VBPtrType", Base.getVBPtrType(), StreamTPI); in visitKnownMember()