Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getCXXABI

1914             V = CGM.getCXXABI().
2042 if (getTarget().getCXXABI().areArgsDestroyedLeftToRightInCallee()) {
2434 assert(!isInAllocaArgument(CGM.getCXXABI(), type) &&
2522 assert(CGF.getTarget().getCXXABI().areArgsDestroyedLeftToRightInCallee());
2727 if (CGM.getTarget().getCXXABI().areArgsDestroyedLeftToRightInCallee()) {
2732 HasInAllocaArgs = isInAllocaArgument(CGM.getCXXABI(), *I);
2818 CGM.getTarget().getCXXABI().areArgsDestroyedLeftToRightInCallee()) {
2830 CGM.getCXXABI().getRecordArgABI(RD) != CGCXXABI::RAA_Default;