Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h1015 ConstantAddress GetAddrOfConstantCFString(const StringLiteral *Literal);
H A DCGExprConstant.cpp2034 return CGM.GetAddrOfConstantCFString(literal); in VisitCallExpr()
H A DCodeGenModule.cpp5605 CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) { in GetAddrOfConstantCFString() function in CodeGenModule
H A DCGObjCMac.cpp1938 ? CGM.GetAddrOfConstantCFString(SL) in GenerateConstantString()