Home
last modified time | relevance | path

Searched refs:emitThrow (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h258 virtual void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) = 0;
H A DCGException.cpp461 CGM.getCXXABI().emitThrow(*this, E); in EmitCXXThrowExpr()
H A DMicrosoftCXXABI.cpp126 void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) override;
4452 void MicrosoftCXXABI::emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) { in emitThrow() function in MicrosoftCXXABI
H A DItaniumCXXABI.cpp166 void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) override;
1446 void ItaniumCXXABI::emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) { in emitThrow() function in ItaniumCXXABI