Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ProtocolName

5233   std::string ProtocolName("\01l_OBJC_PROTOCOL_REFERENCE_$_");
5234 ProtocolName += PD->getName();
5236 llvm::GlobalVariable *PTGV = CGM.getModule().getGlobalVariable(ProtocolName);
5244 ProtocolName);