Home | History | Annotate | Download | only in CodeGen

Lines Matching full:protocolname

4996   std::string ProtocolName("\01l_OBJC_PROTOCOL_REFERENCE_$_");
4997 ProtocolName += PD->getName();
4999 llvm::GlobalVariable *PTGV = CGM.getModule().getGlobalVariable(ProtocolName);
5007 ProtocolName);