Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Dtor_Base

69       case Dtor_Base:
211 return DT != Dtor_Base;
1256 CGM.EmitGlobal(GlobalDecl(D, Dtor_Base));
1271 // There's no Dtor_Base in vftable but it shares the this adjustment with
1333 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base)
3762 GlobalDecl(dtor, Dtor_Complete), GlobalDecl(dtor, Dtor_Base), true);