Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DMarkLive.cpp122 if (!config->whyLive.empty() && config->whyLive.match(s->getName())) in printWhyLive()
218 if (config->whyLive.empty()) in markLive()
H A DConfig.h189 SymbolPatterns whyLive; member
H A DDriver.cpp1520 config->whyLive.insert(arg->getValue()); in link()
1521 if (!config->whyLive.empty() && !config->deadStrip) in link()