Lines Matching refs:SehCppScope
1342 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
1393 EmitSehScope(*this, SehCppScope); in EmitSehTryScopeEnd()