Searched refs:SehCppScope (Results 1 – 1 of 1) sorted by relevance
1342 llvm::FunctionCallee &SehCppScope) { in EmitSehScope() argument1347 CGF.getBundlesForFunclet(SehCppScope.getCallee()); in EmitSehScope()1350 CGF.Builder.CreateInvoke(SehCppScope, Cont, InvokeDest, std::nullopt, in EmitSehScope()1360 llvm::FunctionCallee SehCppScope = in EmitSehCppScopeBegin() local1362 EmitSehScope(*this, SehCppScope); in EmitSehCppScopeBegin()1371 llvm::FunctionCallee SehCppScope = in EmitSehCppScopeEnd() local1373 EmitSehScope(*this, SehCppScope); in EmitSehCppScopeEnd()1381 llvm::FunctionCallee SehCppScope = in EmitSehTryScopeBegin() local1383 EmitSehScope(*this, SehCppScope); in EmitSehTryScopeBegin()1391 llvm::FunctionCallee SehCppScope = in EmitSehTryScopeEnd() local[all …]