Searched refs:EndCatchFn (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 1098 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()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGException.cpp | 1286 llvm::FunctionCallee EndCatchFn; member 1288 llvm::FunctionCallee EndCatchFn) in CallEndCatchForFinally() 1289 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally() 1300 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit() 1308 llvm::FunctionCallee EndCatchFn; member 1313 llvm::FunctionCallee EndCatchFn, in PerformFinally() 1315 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally() 1320 if (EndCatchFn) in Emit() 1322 ForEHVar, EndCatchFn); in Emit() 1362 if (EndCatchFn) { in Emit()
|