Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.h235 virtual void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) = 0;
DCGException.cpp412 CGM.getCXXABI().emitThrow(*this, E); in EmitCXXThrowExpr()
DItaniumCXXABI.cpp163 void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) override;
1072 void ItaniumCXXABI::emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) { in emitThrow() function in ItaniumCXXABI
DMicrosoftCXXABI.cpp120 void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) override;
4172 void MicrosoftCXXABI::emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) { in emitThrow() function in MicrosoftCXXABI