Home
last modified time | relevance | path

Searched refs:GetAddrOfConstantCFString (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenModule.h775 ConstantAddress GetAddrOfConstantCFString(const StringLiteral *Literal);
H A DCGExprConstant.cpp1083 return CGM.GetAddrOfConstantCFString(Literal); in EmitLValue()
H A DCodeGenModule.cpp3098 CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) { in GetAddrOfConstantCFString() function in CodeGenModule
H A DCGObjCMac.cpp1767 CGM.GetAddrOfConstantCFString(SL) : in GenerateConstantString()