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