Searched refs:startOutlinedSEHHelper (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 1443 void CodeGenFunction::startOutlinedSEHHelper(CodeGenFunction &ParentCGF, in startOutlinedSEHHelper() function in CodeGenFunction 1505 startOutlinedSEHHelper(ParentCGF, Name, getContext().IntTy, Args, FilterExpr); in GenerateSEHFilterFunction() 1550 startOutlinedSEHHelper(ParentCGF, Name, getContext().VoidTy, Args, in GenerateSEHFinallyFunction()
|
D | CodeGenFunction.h | 1995 void startOutlinedSEHHelper(CodeGenFunction &ParentCGF, StringRef Name,
|