Searched refs:EmitThrowStmt (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.h237 virtual void EmitThrowStmt(CodeGen::CodeGenFunction &CGF,
H A DCGException.cpp429 CGM.getObjCRuntime().EmitThrowStmt(*this, S, false);
431 // call to EmitThrowStmt.
H A DCGObjCMac.cpp1242 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S,
1536 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S,
4092 void CGObjCMac::EmitThrowStmt(CodeGen::CodeGenFunction &CGF, function in class:CGObjCMac
6976 /// EmitThrowStmt - Generate code for a throw statement.
6977 void CGObjCNonFragileABIMac::EmitThrowStmt(CodeGen::CodeGenFunction &CGF, function in class:CGObjCNonFragileABIMac
H A DCGObjCGNU.cpp528 void EmitThrowStmt(CodeGenFunction &CGF,
2657 void CGObjCGNU::EmitThrowStmt(CodeGenFunction &CGF, function in class:CGObjCGNU
H A DCGObjC.cpp1712 CGM.getObjCRuntime().EmitThrowStmt(*this, S);

Completed in 114 milliseconds