Home | History | Annotate | Download | only in MC

Lines Matching defs:Relocs

804     std::vector<RelAndSymbol> &Relocs = Relocations[&Sec];
805 unsigned NumRelocs = Relocs.size();
912 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec];
913 for (const RelAndSymbol &Rel : make_range(Relocs.rbegin(), Relocs.rend())) {