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