Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h964 ConstantAddress GetAddrOfConstantCFString(const StringLiteral *Literal);
H A DCGExprConstant.cpp1998 return CGM.GetAddrOfConstantCFString(literal); in VisitCallExpr()
H A DCodeGenModule.cpp5028 CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) { in GetAddrOfConstantCFString() function in CodeGenModule
H A DCGObjCMac.cpp1962 ? CGM.GetAddrOfConstantCFString(SL) in GenerateConstantString()