Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp1097 llvm::Value *ForEHVar; member
1099 CallEndCatchForFinally(llvm::Value *ForEHVar, llvm::Value *EndCatchFn) in CallEndCatchForFinally()
1100 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()
1108 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.endcatch"); in Emit()
1118 llvm::Value *ForEHVar; member
1123 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, in PerformFinally()
1126 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()
1133 ForEHVar, EndCatchFn); in Emit()
1151 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.shouldthrow"); in Emit()
1231 ForEHVar = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "finally.for-eh"); in enter()
[all …]
DCodeGenFunction.h381 llvm::AllocaInst *ForEHVar; variable