Home
last modified time | relevance | path

Searched refs:VFPtr (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cxxdump/
Deh.test5 COFF-I386: ??_R0?AUA@@@8[VFPtr]: ??_7type_info@@6B@
8 COFF-I386: ??_R0?AUB@@@8[VFPtr]: ??_7type_info@@6B@
11 COFF-I386: ??_R0?AUC@@@8[VFPtr]: ??_7type_info@@6B@
14 COFF-I386: ??_R0?AUM@@@8[VFPtr]: ??_7type_info@@6B@
17 COFF-I386: ??_R0?AUS@@@8[VFPtr]: ??_7type_info@@6B@
20 COFF-I386: ??_R0?AW4E@@@8[VFPtr]: ??_7type_info@@6B@
23 COFF-I386: ??_R0PAUA@@@8[VFPtr]: ??_7type_info@@6B@
26 COFF-I386: ??_R0PAUC@@@8[VFPtr]: ??_7type_info@@6B@
29 COFF-I386: ??_R0PAUS@@@8[VFPtr]: ??_7type_info@@6B@
32 COFF-I386: ??_R0PAW4E@@@8[VFPtr]: ??_7type_info@@6B@
[all …]
Dtrivial.test51 COFF-I386-NEXT: ??_R0?AUA@@@8[VFPtr]: ??_7type_info@@6B@
54 COFF-I386-NEXT: ??_R0?AUS@@@8[VFPtr]: ??_7type_info@@6B@
/external/llvm/test/tools/llvm-cxxdump/
Deh.test5 COFF-I386: ??_R0?AUA@@@8[VFPtr]: ??_7type_info@@6B@
8 COFF-I386: ??_R0?AUB@@@8[VFPtr]: ??_7type_info@@6B@
11 COFF-I386: ??_R0?AUC@@@8[VFPtr]: ??_7type_info@@6B@
14 COFF-I386: ??_R0?AUM@@@8[VFPtr]: ??_7type_info@@6B@
17 COFF-I386: ??_R0?AUS@@@8[VFPtr]: ??_7type_info@@6B@
20 COFF-I386: ??_R0?AW4E@@@8[VFPtr]: ??_7type_info@@6B@
23 COFF-I386: ??_R0PAUA@@@8[VFPtr]: ??_7type_info@@6B@
26 COFF-I386: ??_R0PAUC@@@8[VFPtr]: ??_7type_info@@6B@
29 COFF-I386: ??_R0PAUS@@@8[VFPtr]: ??_7type_info@@6B@
32 COFF-I386: ??_R0PAW4E@@@8[VFPtr]: ??_7type_info@@6B@
[all …]
Dtrivial.test48 COFF-I386-NEXT: ??_R0?AUA@@@8[VFPtr]: ??_7type_info@@6B@
51 COFF-I386-NEXT: ??_R0?AUS@@@8[VFPtr]: ??_7type_info@@6B@
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp284 static VFPtrRecord VFPtr(TypeIndex(58)); variable
514 writeFieldList(VFPtr); in TEST_F()
515 checkTypeReferences(0, VFPtr.Type); in TEST_F()
528 NestedType, StaticDataMember, VirtualBaseClass, VFPtr, in TEST_F()
535 VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex); in TEST_F()
/external/llvm/lib/DebugInfo/CodeView/
DFieldListRecordBuilder.cpp127 Builder.writeTypeRecordKind(TypeRecordKind::VFPtr); in writeVFPtr()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcodeview-types.test34 // CHECK-DAG: {{^ *VFPtr {$}}
/external/llvm/test/tools/llvm-readobj/
Dcodeview-types.test34 // CHECK-DAG: {{^ *VFPtr {$}}
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dvftables.ll37 ; CHECK-NEXT: VFPtr {
83 ; CHECK-NEXT: VFPtr {
102 ; C has a primary base, so it does not need a VFPtr member.
118 ; CHECK-NOT: VFPtr
142 ; CHECK-NOT: VFPtr
Dtypes-data-members.ll289 ; CHECK: VFPtr {
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp80 enum InfoKind { VFPtr, VBPtr, Field, Base, VBase, Scissor } Kind; enumerator
465 Members.push_back(MemberInfo(CharUnits::Zero(), MemberInfo::VFPtr, in accumulateVPtrs()
DMicrosoftCXXABI.cpp1596 const CXXRecordDecl *RD, const VPtrInfo *VFPtr, in mangleVFTableName() argument
1599 MangleContext.mangleCXXVFTable(RD, VFPtr->MangledPath, Out); in mangleVFTableName()
1661 VPtrInfo *VFPtr = *VFPtrI; in getAddrOfVTable() local
1664 mangleVFTableName(getMangleContext(), RD, VFPtr, VFTableName); in getAddrOfVTable()
1693 VTContext.getVFTableLayout(RD, VFPtr->FullOffsetInMDC) in getAddrOfVTable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewTypes.def69 MEMBER_RECORD(LF_VFUNCTAB, 0x1409, VFPtr)
DTypeRecord.h827 : TypeRecord(TypeRecordKind::VFPtr), Type(Type) {} in VFPtrRecord()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecords.def67 MEMBER_RECORD(LF_VFUNCTAB, 0x1409, VFPtr)
DTypeRecord.h1089 : TypeRecord(TypeRecordKind::VFPtr), Type(Type) {} in VFPtrRecord()
/external/clang/lib/AST/
DVTableBuilder.cpp3587 for (const VPtrInfo *VFPtr : *VFPtrs) { in computeVTableRelatedInformation()
3588 VFTableBuilder Builder(*this, RD, VFPtr); in computeVTableRelatedInformation()
3590 VFTableIdTy id(RD, VFPtr->FullOffsetInMDC); in computeVTableRelatedInformation()