Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DTLVPass.cpp27 class TLVPEntryAtom : public SimpleDefinedAtom { class
29 TLVPEntryAtom(const File &file, bool is64, StringRef name) in TLVPEntryAtom() function in lld::mach_o::TLVPEntryAtom
32 ~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;