Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1030 ConstantAddress GetAddrOfConstantCFString(const StringLiteral *Literal);
H A DCGExprConstant.cpp2050 return CGM.GetAddrOfConstantCFString(literal); in VisitCallExpr()
H A DCGObjCMac.cpp1938 ? CGM.GetAddrOfConstantCFString(SL) in GenerateConstantString()
H A DCodeGenModule.cpp6051 CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) { in GetAddrOfConstantCFString() function in CodeGenModule