Searched refs:SehCppScope (Results 1 – 1 of 1) sorted by relevance
1314 llvm::FunctionCallee &SehCppScope) { in EmitSehScope() argument1319 CGF.getBundlesForFunclet(SehCppScope.getCallee()); in EmitSehScope()1322 CGF.Builder.CreateInvoke(SehCppScope, Cont, InvokeDest, std::nullopt, in EmitSehScope()1332 llvm::FunctionCallee SehCppScope = in EmitSehCppScopeBegin() local1334 EmitSehScope(*this, SehCppScope); in EmitSehCppScopeBegin()1343 llvm::FunctionCallee SehCppScope = in EmitSehCppScopeEnd() local1345 EmitSehScope(*this, SehCppScope); in EmitSehCppScopeEnd()1353 llvm::FunctionCallee SehCppScope = in EmitSehTryScopeBegin() local1355 EmitSehScope(*this, SehCppScope); in EmitSehTryScopeBegin()1363 llvm::FunctionCallee SehCppScope = in EmitSehTryScopeEnd() local[all …]