Searched refs:WhyLiveEntry (Results 1 – 1 of 1) sorted by relevance
26 struct WhyLiveEntry { struct29 const WhyLiveEntry *prev; argument31 WhyLiveEntry(InputSection *isec, const WhyLiveEntry *prev) in WhyLiveEntry() function52 std::conditional_t<RecordWhyLive, WhyLiveEntry, InputSection>;87 static void printWhyLive(const Symbol *s, const WhyLiveEntry *prev) { in printWhyLive()90 for (const WhyLiveEntry *entry = prev; entry; in printWhyLive()139 return make<WhyLiveEntry>(isec, prev); in makeEntry()