Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1316 llvm::Value *ForEHVar; member
1318 CallEndCatchForFinally(llvm::Value *ForEHVar, in CallEndCatchForFinally()
1320 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()
1328 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.endcatch"); in Emit()
1338 llvm::Value *ForEHVar; member
1343 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, in PerformFinally()
1346 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()
1371 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.shouldthrow"); in Emit()
1450 CGF.Builder.CreateFlagStore(false, ForEHVar); in enter()
1454 ForEHVar, endCatchFn, in enter()
[all …]
H A DCodeGenFunction.h707 llvm::AllocaInst *ForEHVar;