Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h1001 ConstantAddress GetAddrOfConstantCFString(const StringLiteral *Literal);
H A DCGExprConstant.cpp2035 return CGM.GetAddrOfConstantCFString(literal); in VisitCallExpr()
H A DCodeGenModule.cpp5441 CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) { in GetAddrOfConstantCFString() function in CodeGenModule
H A DCGObjCMac.cpp1934 ? CGM.GetAddrOfConstantCFString(SL) in GenerateConstantString()