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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.h710 /// GetAddrOfConstantCFString - Return a pointer to a constant CFString object
712 llvm::Constant *GetAddrOfConstantCFString(const StringLiteral *Literal);
H A DCGExprConstant.cpp933 return CGM.GetAddrOfConstantCFString(Literal);
H A DCodeGenModule.cpp2303 CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) { function in class:CodeGenModule
H A DCGObjCMac.cpp1773 CGM.GetAddrOfConstantCFString(SL) :

Completed in 59 milliseconds