Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h131 struct RelAndSymbol { struct
134 RelAndSymbol(const MCSymbol *Sym, const MachO::any_relocation_info &MRE) in RelAndSymbol() argument
138 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations;
327 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp662 for (RelAndSymbol &Rel : Relocations[&Section]) { in computeSymbolTable()
907 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject()
1038 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject()
1039 for (const RelAndSymbol &Rel : llvm::reverse(Relocs)) { in writeObject()