Searched refs:VirtualBaseClass (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscoveryTest.cpp | 279 static VirtualBaseClassRecord VirtualBaseClass(TypeRecordKind::VirtualBaseClass, variable 507 writeFieldList(VirtualBaseClass); in TEST_F() 508 checkTypeReferences(0, VirtualBaseClass.BaseType, VirtualBaseClass.VBPtrType); in TEST_F() 527 NestedType, StaticDataMember, VirtualBaseClass, VFPtr, in TEST_F() 533 StaticDataMember.Type, VirtualBaseClass.BaseType, in TEST_F() 534 VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex); in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewTypes.def | 64 MEMBER_RECORD(LF_VBCLASS, 0x1401, VirtualBaseClass) 66 VirtualBaseClass)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/ |
| H A D | codeview-types.test | 33 // CHECK-DAG: {{^ *VirtualBaseClass {$}}
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | inheritance.ll | 19 ; CHECK-NEXT: VirtualBaseClass { 37 ; CHECK-NEXT: VirtualBaseClass {
|
| H A D | types-data-members.ll | 282 ; CHECK: VirtualBaseClass { 617 ; ASM: .short 0x1401 # Member kind: VirtualBaseClass ( LF_VBCLASS )
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | every-type.yaml | 273 # VirtualBaseClass)
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2504 : TypeRecordKind::VirtualBaseClass; in lowerRecordFieldList()
|