Home
last modified time | relevance | path

Searched refs:GetAddrOfConstantString (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h785 llvm::Constant *GetAddrOfConstantString(const StringLiteral *Literal);
H A DCodeGenModule.cpp2644 CodeGenModule::GetAddrOfConstantString(const StringLiteral *Literal) { in GetAddrOfConstantString() function in CodeGenModule
H A DCGObjCMac.cpp1767 CGM.GetAddrOfConstantString(SL)); in GenerateConstantString()