Searched refs:RelAndSymbol (Results 1 – 2 of 2) sorted by relevance
99 struct RelAndSymbol { struct102 RelAndSymbol(const MCSymbol *Sym, const MachO::any_relocation_info &MRE) in RelAndSymbol() argument106 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations;230 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
611 for (RelAndSymbol &Rel : Relocations[&Section]) { in computeSymbolTable()836 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject()950 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject()951 for (const RelAndSymbol &Rel : make_range(Relocs.rbegin(), Relocs.rend())) { in writeObject()