Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1345 llvm::Value *ForEHVar; member
1347 CallEndCatchForFinally(llvm::Value *ForEHVar, in CallEndCatchForFinally()
1349 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()
1357 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.endcatch"); in Emit()
1367 llvm::Value *ForEHVar; member
1372 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, in PerformFinally()
1375 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()
1382 ForEHVar, EndCatchFn); in Emit()
1400 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.shouldthrow"); in Emit()
1478 ForEHVar = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "finally.for-eh"); in enter()
[all …]
H A DCodeGenFunction.h825 llvm::AllocaInst *ForEHVar = nullptr;