Searched refs:fixed_scratch (Results 1 – 1 of 1) sorted by relevance
373 std::string fixed_scratch("_ZNK"); in FindAlternateFunctionManglings() local374 fixed_scratch.append(mangled_name.GetCString() + 3); in FindAlternateFunctionManglings()375 alternates.insert(ConstString(fixed_scratch)); in FindAlternateFunctionManglings()381 std::string fixed_scratch("_ZL"); in FindAlternateFunctionManglings() local382 fixed_scratch.append(mangled_name.GetCString() + 2); in FindAlternateFunctionManglings()383 alternates.insert(ConstString(fixed_scratch)); in FindAlternateFunctionManglings()