Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp1098 llvm::Value *EndCatchFn; member
1099 CallEndCatchForFinally(llvm::Value *ForEHVar, llvm::Value *EndCatchFn) in CallEndCatchForFinally()
1100 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()
1111 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit()
1119 llvm::Value *EndCatchFn; member
1124 llvm::Value *EndCatchFn, in PerformFinally()
1126 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()
1131 if (EndCatchFn) in Emit()
1133 ForEHVar, EndCatchFn); in Emit()
1173 if (EndCatchFn) { in Emit()