Searched refs:fixed_scratch (Results 1 – 1 of 1) sorted by relevance
408 std::string fixed_scratch("_ZNK"); in FindAlternateFunctionManglings() local409 fixed_scratch.append(mangled_name.GetCString() + 3); in FindAlternateFunctionManglings()410 alternates.insert(ConstString(fixed_scratch)); in FindAlternateFunctionManglings()416 std::string fixed_scratch("_ZL"); in FindAlternateFunctionManglings() local417 fixed_scratch.append(mangled_name.GetCString() + 2); in FindAlternateFunctionManglings()418 alternates.insert(ConstString(fixed_scratch)); in FindAlternateFunctionManglings()