Searched refs:WhyLiveEntry (Results 1 – 1 of 1) sorted by relevance
24 struct WhyLiveEntry { struct27 const WhyLiveEntry *prev; argument29 WhyLiveEntry(InputSection *isec, const WhyLiveEntry *prev) in WhyLiveEntry() argument50 std::conditional_t<RecordWhyLive, WhyLiveEntry, InputSection>;85 static void printWhyLive(const Symbol *s, const WhyLiveEntry *prev) { in printWhyLive()88 for (const WhyLiveEntry *entry = prev; entry; in printWhyLive()137 return make<WhyLiveEntry>(isec, prev); in makeEntry()