Searched refs:TLVPEntryAtom (Results 1 – 1 of 1) sorted by relevance
28 class TLVPEntryAtom : public SimpleDefinedAtom { class30 TLVPEntryAtom(const File &file, bool is64, StringRef name) in TLVPEntryAtom() function in lld::mach_o::TLVPEntryAtom33 ~TLVPEntryAtom() override = default;98 std::vector<const TLVPEntryAtom*> entries; in perform()103 [](const TLVPEntryAtom *lhs, const TLVPEntryAtom *rhs) { in perform()107 for (const TLVPEntryAtom *slot : entries) in perform()120 TLVPEntryAtom(_file, _ctx.is64Bit(), target->name()); in makeTLVPEntry()132 llvm::DenseMap<const Atom*, const TLVPEntryAtom*> _targetToTLVP;