Searched refs:ParentCGF (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGException.cpp | 1683 CodeGenFunction &ParentCGF; member 1687 CaptureFinder(CodeGenFunction &ParentCGF, const VarDecl *ParentThis) in CaptureFinder() 1688 : ParentCGF(ParentCGF), ParentThis(ParentThis) {} in CaptureFinder() 1721 if (ParentCGF.getTarget().getTriple().getArch() != llvm::Triple::x86) in VisitCallExpr() 1732 SEHCodeSlot = ParentCGF.SEHCodeSlotStack.back(); in VisitCallExpr() 1739 Address CodeGenFunction::recoverAddrOfEscapedLocal(CodeGenFunction &ParentCGF, in recoverAddrOfEscapedLocal() argument 1747 auto InsertPair = ParentCGF.EscapedLocals.insert( in recoverAddrOfEscapedLocal() 1748 std::make_pair(ParentAlloca, ParentCGF.EscapedLocals.size())); in recoverAddrOfEscapedLocal() 1754 llvm::ConstantExpr::getBitCast(ParentCGF.CurFn, Int8PtrTy); in recoverAddrOfEscapedLocal() 1779 void CodeGenFunction::EmitCapturedLocals(CodeGenFunction &ParentCGF, in EmitCapturedLocals() argument [all …]
|
D | CodeGenFunction.h | 269 CodeGenFunction *ParentCGF = nullptr; 3179 void startOutlinedSEHHelper(CodeGenFunction &ParentCGF, bool IsFilter, 3182 llvm::Function *GenerateSEHFilterFunction(CodeGenFunction &ParentCGF, 3185 llvm::Function *GenerateSEHFinallyFunction(CodeGenFunction &ParentCGF, 3188 void EmitSEHExceptionCodeSave(CodeGenFunction &ParentCGF, 3201 void EmitCapturedLocals(CodeGenFunction &ParentCGF, const Stmt *OutlinedStmt, 3209 Address recoverAddrOfEscapedLocal(CodeGenFunction &ParentCGF,
|
/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 | 2302 void startOutlinedSEHHelper(CodeGenFunction &ParentCGF, bool IsFilter, 2305 llvm::Function *GenerateSEHFilterFunction(CodeGenFunction &ParentCGF, 2308 llvm::Function *GenerateSEHFinallyFunction(CodeGenFunction &ParentCGF, 2311 void EmitSEHExceptionCodeSave(CodeGenFunction &ParentCGF, 2321 void EmitCapturedLocals(CodeGenFunction &ParentCGF, const Stmt *OutlinedStmt, 2329 Address recoverAddrOfEscapedLocal(CodeGenFunction &ParentCGF,
|