Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGException.cpp999 llvm::Value *EndCatchFn; member
1000 CallEndCatchForFinally(llvm::Value *ForEHVar, llvm::Value *EndCatchFn) in CallEndCatchForFinally()
1001 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()
1012 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit()
1020 llvm::Value *EndCatchFn; member
1025 llvm::Value *EndCatchFn, in PerformFinally()
1027 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()
1032 if (EndCatchFn) in Emit()
1034 ForEHVar, EndCatchFn); in Emit()
1074 if (EndCatchFn) { in Emit()