Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getCXXABI

42     getCXXABI().getMangleContext().mangleCXXDtorThunk(DD, GD.getDtorType(),
45 getCXXABI().getMangleContext().mangleThunk(MD, Thunk, Out);
300 CGM.getCXXABI().BuildInstanceFunctionParams(*this, ResultType, FunctionArgs);
316 CGM.getCXXABI().EmitInstanceFunctionProlog(*this);
374 CGM.getCXXABI().EmitReturnFromThunk(*this, RV, ResultType);
566 StringRef PureCallName = CGM.getCXXABI().GetPureVirtualCallName();
577 CGM.getCXXABI().GetDeletedVirtualCallName();
626 CGM.getCXXABI().getMangleContext().mangleCXXVTable(RD, Out);
680 CGM.getCXXABI().getMangleContext().
816 if (!CGM.getTarget().getCXXABI().isMicrosoft()) {