Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DMarkLive.cpp24 struct WhyLiveEntry { struct
27 const WhyLiveEntry *prev; argument
29 WhyLiveEntry(InputSection *isec, const WhyLiveEntry *prev) in WhyLiveEntry() argument
50 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()