Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/
H A DMarkLive.cpp26 struct WhyLiveEntry { struct
29 const WhyLiveEntry *prev; argument
31 WhyLiveEntry(InputSection *isec, const WhyLiveEntry *prev) in WhyLiveEntry() function
52 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()