Searched refs:startOutlinedSEHHelper (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCRuntime.cpp | 201 HelperCGF.startOutlinedSEHHelper(CGF, /*isFilter*/false, FinallyBlock); in EmitTryCatchStmt()
|
D | CGException.cpp | 1903 void CodeGenFunction::startOutlinedSEHHelper(CodeGenFunction &ParentCGF, in startOutlinedSEHHelper() function in CodeGenFunction 1968 startOutlinedSEHHelper(ParentCGF, true, FilterExpr); in GenerateSEHFilterFunction() 1985 startOutlinedSEHHelper(ParentCGF, false, FinallyBlock); in GenerateSEHFinallyFunction()
|
D | CodeGenFunction.h | 3179 void startOutlinedSEHHelper(CodeGenFunction &ParentCGF, bool IsFilter,
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 1617 void CodeGenFunction::startOutlinedSEHHelper(CodeGenFunction &ParentCGF, in startOutlinedSEHHelper() function in CodeGenFunction 1692 startOutlinedSEHHelper(ParentCGF, true, FilterExpr); in GenerateSEHFilterFunction() 1709 startOutlinedSEHHelper(ParentCGF, false, FinallyBlock); in GenerateSEHFinallyFunction()
|
D | CodeGenFunction.h | 2302 void startOutlinedSEHHelper(CodeGenFunction &ParentCGF, bool IsFilter,
|