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

/external/clang/lib/CodeGen/
H A DCodeGenModule.h608 /// GetAddrOfConstantCFString - Return a pointer to a constant CFString object
610 llvm::Constant *GetAddrOfConstantCFString(const StringLiteral *Literal);
H A DCGExprConstant.cpp985 return CGM.GetAddrOfConstantCFString(Literal);
H A DCodeGenModule.cpp2025 CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) { function in class:CodeGenModule
H A DCGObjCMac.cpp1619 CGM.GetAddrOfConstantCFString(SL) :

Completed in 187 milliseconds