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

/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h91 struct RelAndSymbol { struct in class:llvm::MachObjectWriter
94 RelAndSymbol(const MCSymbol *Sym, const MachO::any_relocation_info &MRE) function in struct:llvm::MachObjectWriter::RelAndSymbol
98 llvm::DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations;
217 RelAndSymbol P(RelSymbol, MRE);
/external/llvm/lib/MC/
H A DMachObjectWriter.cpp594 for (RelAndSymbol &Rel : Relocations[&Section]) {
804 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec];
912 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec];
913 for (const RelAndSymbol &Rel : make_range(Relocs.rbegin(), Relocs.rend())) {

Completed in 141 milliseconds