Searched refs:RefName (Results 1 – 3 of 3) sorted by relevance
86 StringRef RefName) { in simpleCondition() argument93 .bind(RefName))), in simpleCondition()
1339 std::string RefName = SymbolForProtocolRef(Name); in GenerateProtocolRef() local1340 assert(!TheModule.getGlobalVariable(RefName)); in GenerateProtocolRef()1344 Protocol, RefName); in GenerateProtocolRef()1345 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef()
8740 std::string RefName = createPlatformSpecificName({VarName, "ref"}); in registerTargetGlobalVariable() local8742 if (!M.getNamedValue(RefName)) { in registerTargetGlobalVariable()8744 getOrCreateInternalVariable(Addr->getType(), RefName); in registerTargetGlobalVariable()