reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  480                std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) {
  495         find_best(Sorted.begin(), Sorted.end(),
  495         find_best(Sorted.begin(), Sorted.end(),
  515     if (InsertionPoint != Sorted.end())
  517     Sorted.insert(InsertionPoint, R)->Matched = true;
  520   LLVM_DEBUG(dumpRelocs("S: ", Sorted));
  522   assert(Relocs.size() == Sorted.size() && "Some relocs were not consumed");
  527   for (const auto &R : reverse(Sorted))