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

/external/clang/lib/CodeGen/
H A DCGException.cpp1282 llvm::Value *ForEHVar; member in struct:__anon17829::CallEndCatchForFinally
1284 CallEndCatchForFinally(llvm::Value *ForEHVar, llvm::Value *EndCatchFn) argument
1285 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {}
1293 CGF.Builder.CreateLoad(ForEHVar, "finally.endcatch");
1303 llvm::Value *ForEHVar; member in struct:__anon17829::PerformFinally
1308 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, argument
1311 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn),
1318 ForEHVar, EndCatchF
[all...]
H A DCodeGenFunction.h308 llvm::AllocaInst *ForEHVar; member in class:clang::CodeGen::CodeGenFunction::FinallyInfo

Completed in 2363 milliseconds