Home
last modified time | relevance | path

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

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