Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DMarkLive.cpp110 if (!config->whyLive.empty() && config->whyLive.match(s->getName())) in addSym()
206 if (config->whyLive.empty()) in markLive()
H A DConfig.h226 SymbolPatterns whyLive; member
H A DDriver.cpp1916 config->whyLive.insert(arg->getValue()); in link()
1917 if (!config->whyLive.empty() && !config->deadStrip) in link()