Home
last modified time | relevance | path

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

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