Searched refs:BeginCatchFn (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGException.cpp1196 BeginCatchFn = beginCatchFn;
1260 if (BeginCatchFn) {
1262 CGF.EmitNounwindRuntimeCall(BeginCatchFn, exn);
H A DCodeGenFunction.h357 llvm::Constant *BeginCatchFn; member in class:clang::CodeGen::CodeGenFunction::FinallyInfo

Completed in 145 milliseconds