Lines Matching refs:ConstantAddress
1094 ConstantAddress GenerateConstantString(const StringLiteral *SL) override;
1095 ConstantAddress GenerateConstantNSString(const StringLiteral *SL);
1313 ConstantAddress EmitSelectorAddr(Selector Sel);
1541 ConstantAddress EmitSelectorAddr(Selector Sel);
1943 ConstantAddress
1986 ConstantAddress
1993 return ConstantAddress( in GenerateConstantNSString()
2044 return ConstantAddress(GV, GV->getValueType(), Alignment); in GenerateConstantNSString()
5247 ConstantAddress CGObjCMac::EmitSelectorAddr(Selector Sel) { in EmitSelectorAddr()
5258 return ConstantAddress(Entry, ObjCTypes.SelectorPtrTy, Align); in EmitSelectorAddr()
7596 ConstantAddress CGObjCNonFragileABIMac::EmitSelectorAddr(Selector Sel) { in EmitSelectorAddr()
7612 return ConstantAddress(Entry, ObjCTypes.SelectorPtrTy, Align); in EmitSelectorAddr()