Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGException.cpp1336 EmitNoreturnRuntimeCallOrInvoke(RethrowInCatchFn, {}); in ExitCXXTryStmt()
HDMicrosoftCXXABI.cpp915 CGF.EmitNoreturnRuntimeCallOrInvoke(Fn, Args); in emitRethrow()
4468 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(), Args); in emitThrow()
HDItaniumCXXABI.cpp1421 CGF.EmitNoreturnRuntimeCallOrInvoke(Fn, std::nullopt); in emitRethrow()
1485 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(CGM), args); in emitThrow()
HDCodeGenFunction.h4421 void EmitNoreturnRuntimeCallOrInvoke(llvm::FunctionCallee callee,
HDCGCall.cpp4824 void CodeGenFunction::EmitNoreturnRuntimeCallOrInvoke( in EmitNoreturnRuntimeCallOrInvoke() function in CodeGenFunction