Searched refs:ParentCGF (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 1440 CodeGenFunction &ParentCGF; member 1444 CaptureFinder(CodeGenFunction &ParentCGF, const VarDecl *ParentThis) in CaptureFinder() 1445 : ParentCGF(ParentCGF), ParentThis(ParentThis) {} in CaptureFinder() 1478 if (ParentCGF.getTarget().getTriple().getArch() != llvm::Triple::x86) in VisitCallExpr() 1489 SEHCodeSlot = ParentCGF.SEHCodeSlotStack.back(); in VisitCallExpr() 1496 Address CodeGenFunction::recoverAddrOfEscapedLocal(CodeGenFunction &ParentCGF, in recoverAddrOfEscapedLocal() argument 1504 auto InsertPair = ParentCGF.EscapedLocals.insert( in recoverAddrOfEscapedLocal() 1505 std::make_pair(ParentAlloca, ParentCGF.EscapedLocals.size())); in recoverAddrOfEscapedLocal() 1511 llvm::ConstantExpr::getBitCast(ParentCGF.CurFn, Int8PtrTy); in recoverAddrOfEscapedLocal() 1536 void CodeGenFunction::EmitCapturedLocals(CodeGenFunction &ParentCGF, in EmitCapturedLocals() argument [all …]
|
D | CodeGenFunction.h | 2173 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,
|