Searched refs:RefName (Results 1 – 2 of 2) sorted by relevance
1269 std::string RefName = SymbolForProtocolRef(Name); in GenerateProtocolRef() local1270 assert(!TheModule.getGlobalVariable(RefName)); in GenerateProtocolRef()1274 llvm::ConstantExpr::getBitCast(Protocol, ProtocolPtrTy), RefName); in GenerateProtocolRef()1275 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef()
8732 std::string RefName = getName({VarName, "ref"}); in registerTargetGlobalVariable() local8733 if (!CGM.GetGlobalValue(RefName)) { in registerTargetGlobalVariable()8735 getOrCreateInternalVariable(Addr->getType(), RefName); in registerTargetGlobalVariable()