Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1336 EmitNoreturnRuntimeCallOrInvoke(RethrowInCatchFn, {}); in ExitCXXTryStmt()
H A DItaniumCXXABI.cpp1435 CGF.EmitNoreturnRuntimeCallOrInvoke(Fn, {}); in emitRethrow()
1499 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(CGM), args); in emitThrow()
H A DMicrosoftCXXABI.cpp910 CGF.EmitNoreturnRuntimeCallOrInvoke(Fn, Args); in emitRethrow()
4460 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(), Args); in emitThrow()
H A DCodeGenFunction.h4560 void EmitNoreturnRuntimeCallOrInvoke(llvm::FunctionCallee callee,
H A DCGCall.cpp5002 void CodeGenFunction::EmitNoreturnRuntimeCallOrInvoke( in EmitNoreturnRuntimeCallOrInvoke() function in CodeGenFunction