Lines Matching defs:VDAddr
1600 Address VDAddr,
1604 return VDAddr;
1606 llvm::Type *VarTy = VDAddr.getElementType();
1609 CGF.Builder.CreatePointerCast(VDAddr.emitRawPointer(CGF), CGM.Int8PtrTy),
1617 CGF.Int8Ty, VDAddr.getAlignment());
1621 CodeGenFunction &CGF, Address VDAddr, llvm::Value *Ctor,
1633 CGF.Builder.CreatePointerCast(VDAddr.emitRawPointer(CGF), CGM.VoidPtrTy),
1642 const VarDecl *VD, Address VDAddr, SourceLocation Loc,
1676 VDAddr.getAlignment());
1711 Address(ArgVal, DtorCGF.Int8Ty, VDAddr.getAlignment()), ASTTy,
1752 emitThreadPrivateVarInit(InitCGF, VDAddr, Ctor, CopyCtor, Dtor, Loc);
1756 emitThreadPrivateVarInit(*CGF, VDAddr, Ctor, CopyCtor, Dtor, Loc);
8375 Address VDAddr(Arg, CGF.ConvertTypeForMem(VDType),
8377 LValue VDLVal = CGF.MakeAddrLValue(VDAddr, VDType);
11405 Address VDAddr =
11411 VDAddr, Allocator);
11416 return VDAddr;
12090 Address VDAddr,
12096 const VarDecl *VD, Address VDAddr, SourceLocation Loc, bool PerformInit,