Searched refs:lhs_patches (Results 1 – 1 of 1) sorted by relevance
517 const auto& lhs_patches = lhs->GetPatches(); in operator ()() local519 if (UNLIKELY(lhs_patches.size() != rhs_patches.size())) { in operator ()()520 return lhs_patches.size() < rhs_patches.size(); in operator ()()523 for (const LinkerPatch& lpatch : lhs_patches) { in operator ()()