Searched refs:emitThrow (Results 1 – 4 of 4) sorted by relevance
252 virtual void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) = 0;
450 CGM.getCXXABI().emitThrow(*this, E); in EmitCXXThrowExpr()
125 void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) override;4442 void MicrosoftCXXABI::emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) { in emitThrow() function in MicrosoftCXXABI
163 void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) override;1290 void ItaniumCXXABI::emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) { in emitThrow() function in ItaniumCXXABI