Searched refs:RelAndSymbol (Results 1 – 2 of 2) sorted by relevance
132 struct RelAndSymbol { struct135 RelAndSymbol(const MCSymbol *Sym, const MachO::any_relocation_info &MRE) in RelAndSymbol() argument139 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations;321 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
665 for (RelAndSymbol &Rel : Relocations[&Section]) { in computeSymbolTable()912 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject()1043 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject()1044 for (const RelAndSymbol &Rel : llvm::reverse(Relocs)) { in writeObject()