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

/external/clang/lib/CodeGen/
H A DCGException.cpp1316 llvm::Value *ForEHVar; member in struct:__anon3719::CallEndCatchForFinally
1318 CallEndCatchForFinally(llvm::Value *ForEHVar, llvm::Value *EndCatchFn) argument
1319 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {}
1327 CGF.Builder.CreateLoad(ForEHVar, "finally.endcatch");
1337 llvm::Value *ForEHVar; member in struct:__anon3719::PerformFinally
1342 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, argument
1345 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn),
1352 ForEHVar, EndCatchF
[all...]
H A DCodeGenFunction.h674 llvm::AllocaInst *ForEHVar;

Completed in 89 milliseconds