Searched refs:TLVPEntryAtom (Results 1 – 1 of 1) sorted by relevance
27 class TLVPEntryAtom : public SimpleDefinedAtom { class29 TLVPEntryAtom(const File &file, bool is64, StringRef name) in TLVPEntryAtom() function in lld::mach_o::TLVPEntryAtom32 ~TLVPEntryAtom() override = default;97 std::vector<const TLVPEntryAtom*> entries; in perform()102 [](const TLVPEntryAtom *lhs, const TLVPEntryAtom *rhs) { in perform()106 for (const TLVPEntryAtom *slot : entries) in perform()119 TLVPEntryAtom(_file, _ctx.is64Bit(), target->name()); in makeTLVPEntry()131 llvm::DenseMap<const Atom*, const TLVPEntryAtom*> _targetToTLVP;