Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.h249 virtual void EmitThrowStmt(CodeGen::CodeGenFunction &CGF,
H A DCGObjCMac.cpp1343 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S,
1637 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S,
4696 void CGObjCMac::EmitThrowStmt(CodeGen::CodeGenFunction &CGF, in EmitThrowStmt() function in CGObjCMac
7552 void CGObjCNonFragileABIMac::EmitThrowStmt(CodeGen::CodeGenFunction &CGF, in EmitThrowStmt() function in CGObjCNonFragileABIMac
H A DCGException.cpp433 CGM.getObjCRuntime().EmitThrowStmt(*this, S, false); in EmitCXXThrowExpr()
H A DCGObjCGNU.cpp631 void EmitThrowStmt(CodeGenFunction &CGF,
3829 void CGObjCGNU::EmitThrowStmt(CodeGenFunction &CGF, in EmitThrowStmt() function in CGObjCGNU
H A DCGObjC.cpp1856 CGM.getObjCRuntime().EmitThrowStmt(*this, S); in EmitObjCAtThrowStmt()