Searched refs:uniqueName (Results 1 – 2 of 2) sorted by relevance
417 std::string uniqueName; in createVersionedGlobal() local419 uniqueName = name.str() + "." + std::to_string(version); in createVersionedGlobal()421 uniqueName = name.str(); in createVersionedGlobal()423 return createGlobal(module, loc, uniqueName, type, linkage); in createVersionedGlobal()
1198 std::string uniqueName = getUniqueGlobalName(name.str()); in getGlobalForStringLiteral() local1203 *this, uniqueName, alignment); in getGlobalForStringLiteral()