Searched refs:VBPtrType (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 890 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() argument 893 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord() 895 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() argument 898 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord() 902 TypeIndex getVBPtrType() const { return VBPtrType; } in getVBPtrType() 908 TypeIndex VBPtrType; variable
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | inheritance.ll | 23 ; CHECK-NEXT: VBPtrType: const int* ({{.*}}) 41 ; CHECK-NEXT: VBPtrType: const int* ({{.*}}) 66 ; CHECK-NEXT: VBPtrType: const int* ({{.*}})
|
| H A D | types-data-members.ll | 285 ; CHECK: VBPtrType: const int* (0x1012) 620 ; ASM: .long 0x1012 # VBPtrType: const int*
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscoveryTest.cpp | 508 checkTypeReferences(0, VirtualBaseClass.BaseType, VirtualBaseClass.VBPtrType); in TEST_F() 534 VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex); in TEST_F()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | every-type.yaml | 222 VBPtrType: 0x1001 # const int *
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 580 Base.BaseType, Base.VBPtrType, Base.VBPtrOffset, Base.VTableIndex); in visitKnownMember()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 717 error(IO.mapInteger(Record.VBPtrType, "VBPtrType")); in visitKnownMember()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 663 IO.mapRequired("VBPtrType", Record.VBPtrType); in map()
|