Searched refs:RefName (Results 1 – 2 of 2) sorted by relevance
1321 std::string RefName = SymbolForProtocolRef(Name); in GenerateProtocolRef() local1322 assert(!TheModule.getGlobalVariable(RefName)); in GenerateProtocolRef()1326 llvm::ConstantExpr::getBitCast(Protocol, ProtocolPtrTy), RefName); in GenerateProtocolRef()1327 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef()
10652 std::string RefName = getName({VarName, "ref"}); in registerTargetGlobalVariable() local10653 if (!CGM.GetGlobalValue(RefName)) { in registerTargetGlobalVariable()10655 getOrCreateInternalVariable(Addr->getType(), RefName); in registerTargetGlobalVariable()