Searched refs:RelAndSymbol (Results 1 – 2 of 2) sorted by relevance
91 struct RelAndSymbol { struct94 RelAndSymbol(const MCSymbol *Sym, const MachO::any_relocation_info &MRE) in RelAndSymbol() argument98 llvm::DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations;217 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
590 for (RelAndSymbol &Rel : Relocations[&Section]) { in computeSymbolTable()800 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject()908 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject()909 for (const RelAndSymbol &Rel : make_range(Relocs.rbegin(), Relocs.rend())) { in writeObject()