Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.h246 virtual void EmitThrowStmt(CodeGen::CodeGenFunction &CGF,
DCGObjCMac.cpp1241 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S,
1534 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S,
4345 void CGObjCMac::EmitThrowStmt(CodeGen::CodeGenFunction &CGF, in EmitThrowStmt() function in CGObjCMac
7216 void CGObjCNonFragileABIMac::EmitThrowStmt(CodeGen::CodeGenFunction &CGF, in EmitThrowStmt() function in CGObjCNonFragileABIMac
DCGObjCGNU.cpp557 void EmitThrowStmt(CodeGenFunction &CGF,
2700 void CGObjCGNU::EmitThrowStmt(CodeGenFunction &CGF, in EmitThrowStmt() function in CGObjCGNU
DCGException.cpp410 CGM.getObjCRuntime().EmitThrowStmt(*this, S, false); in EmitCXXThrowExpr()
DCGObjC.cpp1746 CGM.getObjCRuntime().EmitThrowStmt(*this, S); in EmitObjCAtThrowStmt()