Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DGOTPass.cpp51 class GOTEntryAtom : public SimpleDefinedAtom { class
53 GOTEntryAtom(const File &file, bool is64, StringRef name) in GOTEntryAtom() function in lld::mach_o::GOTEntryAtom
56 ~GOTEntryAtom() override = default;
125 std::vector<const GOTEntryAtom *> entries; in perform()
130 [](const GOTEntryAtom *left, const GOTEntryAtom *right) { in perform()
133 for (const GOTEntryAtom *slot : entries) in perform()
160 GOTEntryAtom(_file, _ctx.is64Bit(), target->name()); in makeGOTEntry()
174 llvm::DenseMap<const Atom*, const GOTEntryAtom*> _targetToGOT;