Searched refs:emitThrow (Results 1 – 4 of 4) sorted by relevance
218 virtual void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) = 0;
421 CGM.getCXXABI().emitThrow(*this, E); in EmitCXXThrowExpr()
118 void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) override;945 void ItaniumCXXABI::emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) { in emitThrow() function in ItaniumCXXABI
79 void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) override;3713 void MicrosoftCXXABI::emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) { in emitThrow() function in MicrosoftCXXABI