Searched refs:EmitThrowStmt (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.h | 288 virtual void EmitThrowStmt(CodeGen::CodeGenFunction &CGF,
|
| H A D | CGObjCMac.cpp | 1375 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S, 1688 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S, 4870 void CGObjCMac::EmitThrowStmt(CodeGen::CodeGenFunction &CGF, in EmitThrowStmt() function in CGObjCMac 7765 void CGObjCNonFragileABIMac::EmitThrowStmt(CodeGen::CodeGenFunction &CGF, in EmitThrowStmt() function in CGObjCNonFragileABIMac
|
| H A D | CGObjCGNU.cpp | 637 void EmitThrowStmt(CodeGenFunction &CGF, 4171 void CGObjCGNU::EmitThrowStmt(CodeGenFunction &CGF, in EmitThrowStmt() function in CGObjCGNU
|
| H A D | CGException.cpp | 459 CGM.getObjCRuntime().EmitThrowStmt(*this, S, false); in EmitCXXThrowExpr()
|
| H A D | CGObjC.cpp | 2084 CGM.getObjCRuntime().EmitThrowStmt(*this, S); in EmitObjCAtThrowStmt()
|