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

/external/clang/lib/CodeGen/
H A DCGException.cpp1440 CodeGenFunction &ParentCGF; member in struct:__anon1283::CaptureFinder
1444 CaptureFinder(CodeGenFunction &ParentCGF, const VarDecl *ParentThis) argument
1445 : ParentCGF(ParentCGF), ParentThis(ParentThis) {}
1478 if (ParentCGF.getTarget().getTriple().getArch() != llvm::Triple::x86)
1489 SEHCodeSlot = ParentCGF.SEHCodeSlotStack.back();
1496 Address CodeGenFunction::recoverAddrOfEscapedLocal(CodeGenFunction &ParentCGF, argument
1504 auto InsertPair = ParentCGF.EscapedLocals.insert(
1505 std::make_pair(ParentAlloca, ParentCGF.EscapedLocals.size()));
1511 llvm::ConstantExpr::getBitCast(ParentCGF
1536 EmitCapturedLocals(CodeGenFunction &ParentCGF, const Stmt *OutlinedStmt, bool IsFilter) argument
1617 startOutlinedSEHHelper(CodeGenFunction &ParentCGF, bool IsFilter, const Stmt *OutlinedStmt) argument
1689 GenerateSEHFilterFunction(CodeGenFunction &ParentCGF, const SEHExceptStmt &Except) argument
1706 GenerateSEHFinallyFunction(CodeGenFunction &ParentCGF, const SEHFinallyStmt &Finally) argument
1725 EmitSEHExceptionCodeSave(CodeGenFunction &ParentCGF, llvm::Value *ParentFP, llvm::Value *EntryFP) argument
[all...]
H A DCodeGenFunction.h2173 void startOutlinedSEHHelper(CodeGenFunction &ParentCGF, bool IsFilter,
2176 llvm::Function *GenerateSEHFilterFunction(CodeGenFunction &ParentCGF,
2179 llvm::Function *GenerateSEHFinallyFunction(CodeGenFunction &ParentCGF,
2182 void EmitSEHExceptionCodeSave(CodeGenFunction &ParentCGF,
2192 void EmitCapturedLocals(CodeGenFunction &ParentCGF, const Stmt *OutlinedStmt,
2200 Address recoverAddrOfEscapedLocal(CodeGenFunction &ParentCGF,

Completed in 70 milliseconds