Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ProtocolName

6071   std::string ProtocolName("\01l_OBJC_PROTOCOL_REFERENCE_$_");
6072 ProtocolName += PD->getObjCRuntimeNameAsString();
6076 llvm::GlobalVariable *PTGV = CGM.getModule().getGlobalVariable(ProtocolName);
6084 ProtocolName);