Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp1313 EmitNoreturnRuntimeCallOrInvoke(RethrowInCatchFn, {}); in ExitCXXTryStmt()
H A DMicrosoftCXXABI.cpp892 CGF.EmitNoreturnRuntimeCallOrInvoke(Fn, Args); in emitRethrow()
4461 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(), Args); in emitThrow()
H A DItaniumCXXABI.cpp1265 CGF.EmitNoreturnRuntimeCallOrInvoke(Fn, None); in emitRethrow()
1322 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(CGM), args); in emitThrow()
H A DCodeGenFunction.h4050 void EmitNoreturnRuntimeCallOrInvoke(llvm::FunctionCallee callee,
H A DCGCall.cpp4507 void CodeGenFunction::EmitNoreturnRuntimeCallOrInvoke( in EmitNoreturnRuntimeCallOrInvoke() function in CodeGenFunction