reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/VTableBuilder.cpp
 2833       (OffsetOfVBaseWithVFPtr - WhichVFPtr.FullOffsetInMDC).getQuantity() - 4;
 2953         (ThisOffset - WhichVFPtr.FullOffsetInMDC).getQuantity();
 3005     } else if (Base.getBaseOffset() != WhichVFPtr.FullOffsetInMDC ||
 3302       P->FullOffsetInMDC = P->NonVirtualOffset;
 3304         P->FullOffsetInMDC += Layout.getVBaseClassOffset(VB);
 3529         BaseSubobject(Info->IntroducingObject, Info->FullOffsetInMDC), FullPath,
 3575     VFTableIdTy id(RD, VFPtr->FullOffsetInMDC);
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1650   if (Info.FullOffsetInMDC.isZero())
 1660     llvm::GlobalVariable *VTable = getAddrOfVTable(RD, Info->FullOffsetInMDC);
 1665       VFTContext.getVFTableLayout(RD, Info->FullOffsetInMDC);
 1757         return VPI->FullOffsetInMDC == VPtrOffset;
 1795       VTContext.getVFTableLayout(RD, VFPtr->FullOffsetInMDC);
 1879                            return Info->FullOffsetInMDC == ML.VFPtrOffset;
 3710   int OffsetToTop = Info.FullOffsetInMDC.getQuantity();