Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DInputSection.h138 bool live = !config->deadStrip;
177 : inSecOff(off), live(!config->deadStrip), hash(hash) {} in StringPiece()
H A DConfig.h159 bool deadStrip = false; member
H A DMapFile.cpp169 if (config->deadStrip) { in writeMapFile()
H A DSymbols.h101 used(!config->deadStrip) {} in Symbol()
H A DInputSection.cpp298 live.resize(data.size() >> power2LiteralSize, !config->deadStrip); in WordLiteralInputSection()
H A DDriver.cpp1256 config->deadStrip = args.hasArg(OPT_dead_strip); in link()
1521 if (!config->whyLive.empty() && !config->deadStrip) in link()
1672 if (config->deadStrip) in link()