Home
last modified time | relevance | path

Searched refs:GenerateConstantString (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjCRuntime.h145 virtual ConstantAddress GenerateConstantString(const StringLiteral *) = 0;
DCGExprConstant.cpp1047 CGM.getObjCRuntime().GenerateConstantString(SL->getString()); in EmitLValue()
1080 return CGM.getObjCRuntime().GenerateConstantString(Literal); in EmitLValue()
DCGObjCGNU.cpp511 ConstantAddress GenerateConstantString(const StringLiteral *) override;
1219 ConstantAddress CGObjCGNU::GenerateConstantString(const StringLiteral *SL) { in GenerateConstantString() function in CGObjCGNU
DCGObjC.cpp49 CGM.getObjCRuntime().GenerateConstantString(E->getString()).getPointer(); in EmitObjCStringLiteral()
DCGObjCMac.cpp1046 ConstantAddress GenerateConstantString(const StringLiteral *SL) override;
1764 ConstantAddress CGObjCCommonMac::GenerateConstantString( in GenerateConstantString() function in CGObjCCommonMac