Lines Matching refs:InputSection
27 InputSection *isec;
31 WhyLiveEntry(InputSection *isec, const WhyLiveEntry *prev) in WhyLiveEntry()
39 virtual void enqueue(InputSection *isec, uint64_t off) = 0;
52 std::conditional_t<RecordWhyLive, WhyLiveEntry, InputSection>;
54 void enqueue(InputSection *isec, uint64_t off) override { in enqueue()
61 void enqueue(InputSection *isec, uint64_t off, const WorklistEntry *prev);
63 const InputSection *getInputSection(const WorklistEntry *) const;
64 WorklistEntry *makeEntry(InputSection *, const WorklistEntry *prev) const;
76 InputSection *isec, uint64_t off, in enqueue()
121 const InputSection *MarkLiveImpl<RecordWhyLive>::getInputSection( in getInputSection()
132 InputSection *isec, in makeEntry()
163 enqueue(r.referent.get<InputSection *>(), r.addend, entry); in markTransitively()
180 InputSection *referentIsec = nullptr; in markTransitively()
186 auto *referentIsec = r.referent.get<InputSection *>(); in markTransitively()