Home
last modified time | relevance | path

Searched refs:RelAndSymbol (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h99 struct RelAndSymbol { struct
102 RelAndSymbol(const MCSymbol *Sym, const MachO::any_relocation_info &MRE) in RelAndSymbol() argument
106 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations;
230 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMachObjectWriter.cpp611 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()