Searched refs:old_suffix (Results 1 – 2 of 2) sorted by relevance
239 old_suffix = suffixes[libname].get(arch_cpu)240 if (not old_suffix or242 _get_module_variant_sort_key(old_suffix)):
229 std::string old_suffix; in GetAnonymousEnumUniqueId() local234 old_suffix = std::to_string(old_name.length()) + match_result[0].str(); in GetAnonymousEnumUniqueId()236 if (!mangled_name.endswith(old_suffix)) { in GetAnonymousEnumUniqueId()243 old_suffix = match_result[0].str(); in GetAnonymousEnumUniqueId()263 return mangled_name.drop_back(old_suffix.length()).str() + new_suffix; in GetAnonymousEnumUniqueId()