Searched refs:ForEHVar (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 1322 llvm::Value *ForEHVar; member 1324 CallEndCatchForFinally(llvm::Value *ForEHVar, in CallEndCatchForFinally() 1326 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally() 1334 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.endcatch"); in Emit() 1344 llvm::Value *ForEHVar; member 1349 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, in PerformFinally() 1352 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally() 1377 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.shouldthrow"); in Emit() 1456 CGF.Builder.CreateFlagStore(false, ForEHVar); in enter() 1460 ForEHVar, endCatchFn, in enter() [all …]
|
| H A D | CodeGenFunction.h | 745 llvm::AllocaInst *ForEHVar;
|