Searched refs:VFPtr (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/test/tools/llvm-cxxdump/ |
| H A D | eh.test | 5 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@ 35 COFF-I386: ??_R0PAX@8[VFPtr]: ??_7type_info@@6B@ [all …]
|
| H A D | trivial.test | 51 COFF-I386-NEXT: ??_R0?AUA@@@8[VFPtr]: ??_7type_info@@6B@ 54 COFF-I386-NEXT: ??_R0?AUS@@@8[VFPtr]: ??_7type_info@@6B@
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscoveryTest.cpp | 283 static VFPtrRecord VFPtr(TypeIndex(58)); variable 513 writeFieldList(VFPtr); in TEST_F() 514 checkTypeReferences(0, VFPtr.Type); in TEST_F() 527 NestedType, StaticDataMember, VirtualBaseClass, VFPtr, in TEST_F() 534 VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex); in TEST_F()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/ |
| H A D | codeview-types.test | 34 // CHECK-DAG: {{^ *VFPtr {$}}
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | vftables.ll | 38 ; CHECK-NEXT: VFPtr { 84 ; CHECK-NEXT: VFPtr { 103 ; C has a primary base, so it does not need a VFPtr member. 119 ; CHECK-NOT: VFPtr 143 ; CHECK-NOT: VFPtr
|
| H A D | types-data-members.ll | 289 ; CHECK: VFPtr { 623 ; ASM: .short 0x1409 # Member kind: VFPtr ( LF_VFUNCTAB )
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | every-type.yaml | 268 # MEMBER_RECORD(LF_VFUNCTAB, 0x1409, VFPtr)
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 79 enum InfoKind { VFPtr, VBPtr, Field, Base, VBase, Scissor } Kind; enumerator 650 Members.push_back(MemberInfo(CharUnits::Zero(), MemberInfo::VFPtr, in accumulateVPtrs()
|
| H A D | MicrosoftCXXABI.cpp | 1763 const CXXRecordDecl *RD, const VPtrInfo &VFPtr, in mangleVFTableName() argument 1766 MangleContext.mangleCXXVFTable(RD, VFPtr.MangledPath, Out); in mangleVFTableName() 1828 const std::unique_ptr<VPtrInfo> &VFPtr = *VFPtrI; in getAddrOfVTable() local 1831 mangleVFTableName(getMangleContext(), RD, *VFPtr, VFTableName); in getAddrOfVTable() 1860 VTContext.getVFTableLayout(RD, VFPtr->FullOffsetInMDC); in getAddrOfVTable()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewTypes.def | 68 MEMBER_RECORD(LF_VFUNCTAB, 0x1409, VFPtr)
|
| H A D | TypeRecord.h | 856 : TypeRecord(TypeRecordKind::VFPtr), Type(Type) {} in VFPtrRecord()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 3616 for (const std::unique_ptr<VPtrInfo> &VFPtr : *VFPtrLocations[RD]) { in computeVTableRelatedInformation() 3617 VFTableBuilder Builder(*this, RD, *VFPtr); in computeVTableRelatedInformation() 3619 VFTableIdTy id(RD, VFPtr->FullOffsetInMDC); in computeVTableRelatedInformation()
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | pdb-thunk.yaml | 504 VFPtr: 678 VFPtr:
|