Searched refs:GOTEntryAtom (Results 1 – 1 of 1) sorted by relevance
51 class GOTEntryAtom : public SimpleDefinedAtom { class53 GOTEntryAtom(const File &file, bool is64, StringRef name) in GOTEntryAtom() function in lld::mach_o::GOTEntryAtom56 ~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;