Searched refs:GenerateConstantString (Results 1 – 5 of 5) sorted by relevance
145 virtual ConstantAddress GenerateConstantString(const StringLiteral *) = 0;
1047 CGM.getObjCRuntime().GenerateConstantString(SL->getString()); in EmitLValue()1080 return CGM.getObjCRuntime().GenerateConstantString(Literal); in EmitLValue()
511 ConstantAddress GenerateConstantString(const StringLiteral *) override;1219 ConstantAddress CGObjCGNU::GenerateConstantString(const StringLiteral *SL) { in GenerateConstantString() function in CGObjCGNU
49 CGM.getObjCRuntime().GenerateConstantString(E->getString()).getPointer(); in EmitObjCStringLiteral()
1046 ConstantAddress GenerateConstantString(const StringLiteral *SL) override;1764 ConstantAddress CGObjCCommonMac::GenerateConstantString( in GenerateConstantString() function in CGObjCCommonMac