Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1335 EmitNoreturnRuntimeCallOrInvoke(RethrowInCatchFn, {}); in ExitCXXTryStmt()
H A DMicrosoftCXXABI.cpp917 CGF.EmitNoreturnRuntimeCallOrInvoke(Fn, Args); in emitRethrow()
4458 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(), Args); in emitThrow()
H A DItaniumCXXABI.cpp1276 CGF.EmitNoreturnRuntimeCallOrInvoke(Fn, std::nullopt); in emitRethrow()
1332 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(CGM), args); in emitThrow()
H A DCodeGenFunction.h4166 void EmitNoreturnRuntimeCallOrInvoke(llvm::FunctionCallee callee,
H A DCGCall.cpp4787 void CodeGenFunction::EmitNoreturnRuntimeCallOrInvoke( in EmitNoreturnRuntimeCallOrInvoke() function in CodeGenFunction