Searched refs:fixed_scratch (Results 1 – 1 of 1) sorted by relevance
413 std::string fixed_scratch("_ZNK"); in FindAlternateFunctionManglings() local414 fixed_scratch.append(mangled_name.GetCString() + 3); in FindAlternateFunctionManglings()415 alternates.insert(ConstString(fixed_scratch)); in FindAlternateFunctionManglings()421 std::string fixed_scratch("_ZL"); in FindAlternateFunctionManglings() local422 fixed_scratch.append(mangled_name.GetCString() + 2); in FindAlternateFunctionManglings()423 alternates.insert(ConstString(fixed_scratch)); in FindAlternateFunctionManglings()