Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:VBase

71 ///   or at the beginning of the structure.  Determining if a VBase actually
80 enum InfoKind { VFPtr, VBPtr, Field, Base, VBase, Scissor } Kind;
169 /// \brief Recursively searches all of the bases to find out if a vbase is
170 /// not the primary vbase of some base class.
445 // In the itanium ABI, it's possible to place a vbase at a dsize that is
454 // If the vbase is a primary virtual base of some base, then it doesn't
468 // If the vbase is a primary virtual base of some base, then it doesn't
472 Members.push_back(MemberInfo(Offset, MemberInfo::VBase, nullptr,
480 Members.push_back(MemberInfo(Offset, MemberInfo::VBase,
505 Member->Kind == MemberInfo::VBase) {
598 else if (Member->Kind == MemberInfo::VBase)