Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/MachO/
DMarkLive.cpp110 if (!config->whyLive.empty() && config->whyLive.match(s->getName())) in addSym()
206 if (config->whyLive.empty()) in markLive()
DConfig.h213 SymbolPatterns whyLive; member
DDriver.cpp1789 config->whyLive.insert(arg->getValue()); in link()
1790 if (!config->whyLive.empty() && !config->deadStrip) in link()