Lines Matching refs:getCXXABI
73 getTarget().getCXXABI().isItaniumFamily()) { in getTerminateFn()
76 getTarget().getCXXABI().isMicrosoft()) { in getTerminateFn()
461 CGM.getCXXABI().emitThrow(*this, E); in EmitCXXThrowExpr()
464 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn=*/true); in EmitCXXThrowExpr()
498 if (getTarget().getCXXABI().isMicrosoft()) in EmitStartEHSpec()
517 if (getTarget().getCXXABI() == TargetCXXABI::WebAssembly && in EmitStartEHSpec()
602 if (getTarget().getCXXABI().isMicrosoft()) in EmitEndEHSpec()
658 TypeInfo = CGM.getCXXABI().getAddrOfCXXCatchHandlerType( in EnterCXXTryStmt()
663 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler); in EnterCXXTryStmt()
1285 CGM.getCXXABI().emitBeginCatch(*this, C); in ExitCXXTryStmt()
1303 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn*/false); in ExitCXXTryStmt()
1557 CGM.getCXXABI().emitTerminateForUnexpectedException(*this, Exn); in getTerminateLandingPad()
1581 CGM.getCXXABI().emitTerminateForUnexpectedException(*this, Exn); in getTerminateHandler()
1616 CGM.getCXXABI().emitTerminateForUnexpectedException(*this, nullptr); in getTerminateFunclet()
2026 MangleContext &Mangler = CGM.getCXXABI().getMangleContext(); in startOutlinedSEHHelper()