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.cpp1034 CGM.getObjCRuntime().GenerateConstantString(SL->getString()); in EmitLValue()
1067 return CGM.getObjCRuntime().GenerateConstantString(Literal); in EmitLValue()
DCGObjCGNU.cpp489 ConstantAddress GenerateConstantString(const StringLiteral *) override;
1186 ConstantAddress CGObjCGNU::GenerateConstantString(const StringLiteral *SL) { in GenerateConstantString() function in CGObjCGNU
DCGObjC.cpp49 CGM.getObjCRuntime().GenerateConstantString(E->getString()).getPointer(); in EmitObjCStringLiteral()
DCGObjCMac.cpp1035 ConstantAddress GenerateConstantString(const StringLiteral *SL) override;
1757 ConstantAddress CGObjCCommonMac::GenerateConstantString( in GenerateConstantString() function in CGObjCCommonMac