Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1109 ConstantAddress GetAddrOfConstantCFString(const StringLiteral *Literal);
H A DCGExprConstant.cpp2240 return CGM.GetAddrOfConstantCFString(Literal); in VisitCallExpr()
H A DCGObjCMac.cpp1946 ? CGM.GetAddrOfConstantCFString(SL) in GenerateConstantString()
H A DCodeGenModule.cpp6203 CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) { in GetAddrOfConstantCFString() function in CodeGenModule