Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1307 EmitNoreturnRuntimeCallOrInvoke(RethrowInCatchFn, {}); in ExitCXXTryStmt()
H A DMicrosoftCXXABI.cpp886 CGF.EmitNoreturnRuntimeCallOrInvoke(Fn, Args); in emitRethrow()
4367 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(), Args); in emitThrow()
H A DItaniumCXXABI.cpp1299 CGF.EmitNoreturnRuntimeCallOrInvoke(Fn, None); in emitRethrow()
1355 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(CGM), args); in emitThrow()
H A DCodeGenFunction.h3984 void EmitNoreturnRuntimeCallOrInvoke(llvm::FunctionCallee callee,
H A DCGCall.cpp4422 void CodeGenFunction::EmitNoreturnRuntimeCallOrInvoke( in EmitNoreturnRuntimeCallOrInvoke() function in CodeGenFunction