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.cpp442 CGM.getObjCRuntime().EmitThrowStmt(*this, S, false);
444 // call to EmitThrowStmt.
H A DCGObjCMac.cpp1239 virtual void EmitThrowStmt(CodeGen::CodeGenFunction &CGF,
1537 virtual void EmitThrowStmt(CodeGen::CodeGenFunction &CGF,
4122 void CGObjCMac::EmitThrowStmt(CodeGen::CodeGenFunction &CGF, function in class:CGObjCMac
6982 /// EmitThrowStmt - Generate code for a throw statement.
6983 void CGObjCNonFragileABIMac::EmitThrowStmt(CodeGen::CodeGenFunction &CGF, function in class:CGObjCNonFragileABIMac
H A DCGObjCGNU.cpp535 virtual void EmitThrowStmt(CodeGenFunction &CGF,
2701 void CGObjCGNU::EmitThrowStmt(CodeGenFunction &CGF, function in class:CGObjCGNU
H A DCGObjC.cpp1699 CGM.getObjCRuntime().EmitThrowStmt(*this, S);

Completed in 125 milliseconds