Home
last modified time | relevance | path

Searched refs:startOutlinedSEHHelper (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp200 HelperCGF.startOutlinedSEHHelper(CGF, /*isFilter*/false, FinallyBlock); in EmitTryCatchStmt()
H A DCGException.cpp1999 void CodeGenFunction::startOutlinedSEHHelper(CodeGenFunction &ParentCGF, in startOutlinedSEHHelper() function in CodeGenFunction
2064 startOutlinedSEHHelper(ParentCGF, true, FilterExpr); in GenerateSEHFilterFunction()
2081 startOutlinedSEHHelper(ParentCGF, false, FinallyBlock); in GenerateSEHFinallyFunction()
H A DCodeGenFunction.h3288 void startOutlinedSEHHelper(CodeGenFunction &ParentCGF, bool IsFilter,