Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGObjCRuntime.cpp201 HelperCGF.startOutlinedSEHHelper(CGF, /*isFilter*/false, FinallyBlock); in EmitTryCatchStmt()
DCGException.cpp1903 void CodeGenFunction::startOutlinedSEHHelper(CodeGenFunction &ParentCGF, in startOutlinedSEHHelper() function in CodeGenFunction
1968 startOutlinedSEHHelper(ParentCGF, true, FilterExpr); in GenerateSEHFilterFunction()
1985 startOutlinedSEHHelper(ParentCGF, false, FinallyBlock); in GenerateSEHFinallyFunction()
DCodeGenFunction.h3179 void startOutlinedSEHHelper(CodeGenFunction &ParentCGF, bool IsFilter,
/external/clang/lib/CodeGen/
DCGException.cpp1617 void CodeGenFunction::startOutlinedSEHHelper(CodeGenFunction &ParentCGF, in startOutlinedSEHHelper() function in CodeGenFunction
1692 startOutlinedSEHHelper(ParentCGF, true, FilterExpr); in GenerateSEHFilterFunction()
1709 startOutlinedSEHHelper(ParentCGF, false, FinallyBlock); in GenerateSEHFinallyFunction()
DCodeGenFunction.h2302 void startOutlinedSEHHelper(CodeGenFunction &ParentCGF, bool IsFilter,