Searched refs:EmitThrowStmt (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 246 virtual void EmitThrowStmt(CodeGen::CodeGenFunction &CGF,
|
D | CGObjCMac.cpp | 1231 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S, 1527 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S, 4278 void CGObjCMac::EmitThrowStmt(CodeGen::CodeGenFunction &CGF, in EmitThrowStmt() function in CGObjCMac 7138 void CGObjCNonFragileABIMac::EmitThrowStmt(CodeGen::CodeGenFunction &CGF, in EmitThrowStmt() function in CGObjCNonFragileABIMac
|
D | CGObjCGNU.cpp | 535 void EmitThrowStmt(CodeGenFunction &CGF, 2691 void CGObjCGNU::EmitThrowStmt(CodeGenFunction &CGF, in EmitThrowStmt() function in CGObjCGNU
|
D | CGException.cpp | 410 CGM.getObjCRuntime().EmitThrowStmt(*this, S, false); in EmitCXXThrowExpr()
|
D | CGObjC.cpp | 1754 CGM.getObjCRuntime().EmitThrowStmt(*this, S); in EmitObjCAtThrowStmt()
|