Lines Matching defs:DeclPtr
30 ConstantAddress DeclPtr) {
39 LValue lv = CGF.MakeAddrLValue(DeclPtr, type);
47 DeclPtr, D.getTLSKind());
50 DeclPtr);
182 // The address space of a static local variable (DeclPtr) may be different
199 llvm::Constant *DeclPtr = GV;
203 DeclPtr = llvm::ConstantExpr::getAddrSpaceCast(DeclPtr, PTy);
207 DeclPtr, GV->getValueType(), getContext().getDeclAlign(&D));
221 EmitDeclInvariant(*this, D, DeclPtr);
393 llvm::GlobalVariable *DeclPtr,
403 CGM.getCXXABI().EmitGuardedInit(*this, D, DeclPtr, PerformInit);