Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ProtocolName

5941   std::string ProtocolName("\01l_OBJC_PROTOCOL_REFERENCE_$_");
5942 ProtocolName += PD->getName();
5944 llvm::GlobalVariable *PTGV = CGM.getModule().getGlobalVariable(ProtocolName);
5952 ProtocolName);