Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp5058 CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) { in GetAddrOfConstantCFString() function in CodeGenModule
H A DCGObjCMac.cpp1962 ? CGM.GetAddrOfConstantCFString(SL) in GenerateConstantString()