Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h890 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 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-15.0.7/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-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.yaml222 VBPtrType: 0x1001 # const int *
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp580 Base.BaseType, Base.VBPtrType, Base.VBPtrOffset, Base.VTableIndex); in visitKnownMember()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp717 error(IO.mapInteger(Record.VBPtrType, "VBPtrType")); in visitKnownMember()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp663 IO.mapRequired("VBPtrType", Record.VBPtrType); in map()