Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCMachObjectWriter.h101 struct RelAndSymbol { struct
104 RelAndSymbol(const MCSymbol *Sym, const MachO::any_relocation_info &MRE) in RelAndSymbol() function
108 DenseMap<const MCSection *, std::vector<RelAndSymbol>> Relocations;
234 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMachObjectWriter.cpp628 for (RelAndSymbol &Rel : Relocations[&Section]) { in computeSymbolTable()
898 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject()
1017 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject()
1018 for (const RelAndSymbol &Rel : llvm::reverse(Relocs)) { in writeObject()