Searched refs:RelAndSymbol (Results 1 – 2 of 2) sorted by relevance
101 struct RelAndSymbol { struct104 RelAndSymbol(const MCSymbol *Sym, const MachO::any_relocation_info &MRE) in RelAndSymbol() argument108 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations;234 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
627 for (RelAndSymbol &Rel : Relocations[&Section]) { in computeSymbolTable()853 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject()967 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject()968 for (const RelAndSymbol &Rel : make_range(Relocs.rbegin(), Relocs.rend())) { in writeObject()