Lines Matching refs:DtorCGF
1765 CodeGenFunction DtorCGF(CGM); in emitThreadPrivateVarDefinition() local
1778 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitThreadPrivateVarDefinition()
1779 DtorCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, Fn, FI, Args, in emitThreadPrivateVarDefinition()
1782 auto AL = ApplyDebugLocation::CreateArtificial(DtorCGF); in emitThreadPrivateVarDefinition()
1783 llvm::Value *ArgVal = DtorCGF.EmitLoadOfScalar( in emitThreadPrivateVarDefinition()
1784 DtorCGF.GetAddrOfLocalVar(&Dst), in emitThreadPrivateVarDefinition()
1786 DtorCGF.emitDestroy( in emitThreadPrivateVarDefinition()
1787 Address(ArgVal, DtorCGF.Int8Ty, VDAddr.getAlignment()), ASTTy, in emitThreadPrivateVarDefinition()
1788 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition()
1789 DtorCGF.needsEHCleanup(ASTTy.isDestructedType())); in emitThreadPrivateVarDefinition()
1790 DtorCGF.FinishFunction(); in emitThreadPrivateVarDefinition()
1925 CodeGenFunction DtorCGF(CGM); in emitDeclareTargetVarDefinition() local
1934 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitDeclareTargetVarDefinition()
1935 DtorCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, Fn, FI, in emitDeclareTargetVarDefinition()
1939 auto AL = ApplyDebugLocation::CreateArtificial(DtorCGF); in emitDeclareTargetVarDefinition()
1945 DtorCGF.emitDestroy(Address(AddrInAS0, Addr->getValueType(), in emitDeclareTargetVarDefinition()
1947 ASTTy, DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitDeclareTargetVarDefinition()
1948 DtorCGF.needsEHCleanup(ASTTy.isDestructedType())); in emitDeclareTargetVarDefinition()
1949 DtorCGF.FinishFunction(); in emitDeclareTargetVarDefinition()