Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCleanup.cpp1331 llvm::FunctionCallee &SehCppScope) { in EmitSehScope() argument
1336 CGF.getBundlesForFunclet(SehCppScope.getCallee()); in EmitSehScope()
1339 CGF.Builder.CreateInvoke(SehCppScope, Cont, InvokeDest, None, BundleList); in EmitSehScope()
1348 llvm::FunctionCallee SehCppScope = in EmitSehCppScopeBegin() local
1350 EmitSehScope(*this, SehCppScope); in EmitSehCppScopeBegin()
1359 llvm::FunctionCallee SehCppScope = in EmitSehCppScopeEnd() local
1361 EmitSehScope(*this, SehCppScope); in EmitSehCppScopeEnd()
1369 llvm::FunctionCallee SehCppScope = in EmitSehTryScopeBegin() local
1371 EmitSehScope(*this, SehCppScope); in EmitSehTryScopeBegin()
1379 llvm::FunctionCallee SehCppScope = in EmitSehTryScopeEnd() local
[all …]