Lines Matching defs:WhyLiveEntry
26 struct WhyLiveEntry {
29 const WhyLiveEntry *prev;
31 WhyLiveEntry(InputSection *isec, const WhyLiveEntry *prev)
49 // to avoid the usage of WhyLiveEntry in the main code path. This saves us
52 std::conditional_t<RecordWhyLive, WhyLiveEntry, InputSection>;
87 static void printWhyLive(const Symbol *s, const WhyLiveEntry *prev) {
90 for (const WhyLiveEntry *entry = prev; entry;
139 return make<WhyLiveEntry>(isec, prev);
152 // ConcatInputSections. `WhyLiveEntry::prev` may point to entries that