Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h780 llvm::Constant *GetAddrOfConstantCFString(const StringLiteral *Literal);
H A DCGExprConstant.cpp961 return CGM.GetAddrOfConstantCFString(Literal); in EmitLValue()
H A DCodeGenModule.cpp2547 CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) { in GetAddrOfConstantCFString() function in CodeGenModule
H A DCGObjCMac.cpp1766 CGM.GetAddrOfConstantCFString(SL) : in GenerateConstantString()