Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getCXXABI

59       getTarget().getCXXABI().isItaniumFamily()) {
62 getTarget().getCXXABI().isMicrosoft()) {
421 CGM.getCXXABI().emitThrow(*this, E);
424 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn=*/true);
459 if (getTarget().getCXXABI().isMicrosoft())
537 if (getTarget().getCXXABI().isMicrosoft())
955 CGM.getCXXABI().emitBeginCatch(*this, C);
974 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn*/false);
1204 CGM.getCXXABI().emitTerminateForUnexpectedException(*this, Exn);
1228 CGM.getCXXABI().emitTerminateForUnexpectedException(*this, Exn);
1502 CGM.getCXXABI().getMangleContext().mangleSEHFilterExpression(Parent, OS);
1547 CGM.getCXXABI().getMangleContext().mangleSEHFinallyBlock(Parent, OS);