Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.h1109 ConstantAddress GetAddrOfConstantCFString(const StringLiteral *Literal);
HDCGExprConstant.cpp2240 return CGM.GetAddrOfConstantCFString(Literal); in VisitCallExpr()
HDCodeGenModule.cpp6203 CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) { in GetAddrOfConstantCFString() function in CodeGenModule
HDCGObjCMac.cpp1946 ? CGM.GetAddrOfConstantCFString(SL) in GenerateConstantString()