Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp48 using LiveItem = std::variant<InputSectionBase *, Symbol *, SecOffset>; typedef
52 std::optional<LiveItem> item;
91 DenseMap<LiveItem, LiveReason> whyLive;
281 LiveItem cur = s; in printWhyLive()
309 cur = sym ? LiveItem(sym) : LiveItem(sec); in printWhyLive()