Home | History | Annotate | Download | only in MC

Lines Matching defs:Relocs

836     std::vector<RelAndSymbol> &Relocs = Relocations[&Sec];
837 unsigned NumRelocs = Relocs.size();
941 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec];
942 for (const RelAndSymbol &Rel : make_range(Relocs.rbegin(), Relocs.rend())) {