Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp1342 llvm::FunctionCallee &SehCppScope) { in EmitSehScope() argument
1347 CGF.getBundlesForFunclet(SehCppScope.getCallee()); in EmitSehScope()
1350 CGF.Builder.CreateInvoke(SehCppScope, Cont, InvokeDest, std::nullopt, in EmitSehScope()
1360 llvm::FunctionCallee SehCppScope = in EmitSehCppScopeBegin() local
1362 EmitSehScope(*this, SehCppScope); in EmitSehCppScopeBegin()
1371 llvm::FunctionCallee SehCppScope = in EmitSehCppScopeEnd() local
1373 EmitSehScope(*this, SehCppScope); in EmitSehCppScopeEnd()
1381 llvm::FunctionCallee SehCppScope = in EmitSehTryScopeBegin() local
1383 EmitSehScope(*this, SehCppScope); in EmitSehTryScopeBegin()
1391 llvm::FunctionCallee SehCppScope = in EmitSehTryScopeEnd() local
[all …]