Home
last modified time | relevance | path

Searched refs:VirtualBaseClass (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp279 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 DCodeViewTypes.def64 MEMBER_RECORD(LF_VBCLASS, 0x1401, VirtualBaseClass)
66 VirtualBaseClass)
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dcodeview-types.test33 // CHECK-DAG: {{^ *VirtualBaseClass {$}}
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dinheritance.ll19 ; CHECK-NEXT: VirtualBaseClass {
37 ; CHECK-NEXT: VirtualBaseClass {
H A Dtypes-data-members.ll282 ; CHECK: VirtualBaseClass {
617 ; ASM: .short 0x1401 # Member kind: VirtualBaseClass ( LF_VBCLASS )
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.yaml273 # VirtualBaseClass)
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2504 : TypeRecordKind::VirtualBaseClass; in lowerRecordFieldList()