Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp280 static VirtualBaseClassRecord VirtualBaseClass(TypeRecordKind::VirtualBaseClass, variable
508 writeFieldList(VirtualBaseClass); in TEST_F()
509 checkTypeReferences(0, VirtualBaseClass.BaseType, VirtualBaseClass.VBPtrType); in TEST_F()
528 NestedType, StaticDataMember, VirtualBaseClass, VFPtr, in TEST_F()
534 StaticDataMember.Type, VirtualBaseClass.BaseType, in TEST_F()
535 VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewTypes.def65 MEMBER_RECORD(LF_VBCLASS, 0x1401, VirtualBaseClass)
67 VirtualBaseClass)
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecords.def63 MEMBER_RECORD(LF_VBCLASS, 0x1401, VirtualBaseClass)
65 VirtualBaseClass)
DTypeRecord.h1142 : TypeRecord(TypeRecordKind::VirtualBaseClass), Access(Access), in VirtualBaseClassRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcodeview-types.test33 // CHECK-DAG: {{^ *VirtualBaseClass {$}}
/external/llvm/test/tools/llvm-readobj/
Dcodeview-types.test33 // CHECK-DAG: {{^ *VirtualBaseClass {$}}
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dinheritance.ll18 ; CHECK-NEXT: VirtualBaseClass {
36 ; CHECK-NEXT: VirtualBaseClass {
Dtypes-data-members.ll282 ; CHECK: VirtualBaseClass {
/external/llvm/test/DebugInfo/COFF/
Dinheritance.ll33 ; CHECK-NEXT: VirtualBaseClass {
45 ; CHECK-NEXT: VirtualBaseClass {
Dtypes-data-members.ll299 ; CHECK: VirtualBaseClass {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2132 : TypeRecordKind::VirtualBaseClass; in lowerRecordFieldList()