Searched refs:fixed_scratch (Results 1 – 1 of 1) sorted by relevance
545 std::string fixed_scratch("_ZNK"); in GenerateAlternateFunctionManglings() local546 fixed_scratch.append(mangled_name.GetCString() + 3); in GenerateAlternateFunctionManglings()547 alternates.push_back(ConstString(fixed_scratch)); in GenerateAlternateFunctionManglings()553 std::string fixed_scratch("_ZL"); in GenerateAlternateFunctionManglings() local554 fixed_scratch.append(mangled_name.GetCString() + 2); in GenerateAlternateFunctionManglings()555 alternates.push_back(ConstString(fixed_scratch)); in GenerateAlternateFunctionManglings()