Searched refs:SehCppScope (Results 1 – 1 of 1) sorted by relevance
1331 llvm::FunctionCallee &SehCppScope) { in EmitSehScope() argument1336 CGF.getBundlesForFunclet(SehCppScope.getCallee()); in EmitSehScope()1339 CGF.Builder.CreateInvoke(SehCppScope, Cont, InvokeDest, None, BundleList); in EmitSehScope()1348 llvm::FunctionCallee SehCppScope = in EmitSehCppScopeBegin() local1350 EmitSehScope(*this, SehCppScope); in EmitSehCppScopeBegin()1359 llvm::FunctionCallee SehCppScope = in EmitSehCppScopeEnd() local1361 EmitSehScope(*this, SehCppScope); in EmitSehCppScopeEnd()1369 llvm::FunctionCallee SehCppScope = in EmitSehTryScopeBegin() local1371 EmitSehScope(*this, SehCppScope); in EmitSehTryScopeBegin()1379 llvm::FunctionCallee SehCppScope = in EmitSehTryScopeEnd() local[all …]