Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h143 bool live = !config->deadStrip;
182 : inSecOff(off), live(!config->deadStrip), hash(hash) {} in StringPiece()
H A DConfig.h180 bool deadStrip = false; member
H A DMapFile.cpp245 if (config->deadStrip) { in writeMapFile()
H A DSymbols.h102 used(!config->deadStrip) {} in Symbol()
H A DInputSection.cpp303 live.resize(data.size() >> power2LiteralSize, !config->deadStrip); in WordLiteralInputSection()
H A DDriver.cpp1536 config->deadStrip = args.hasArg(OPT_dead_strip); in link()
1846 if (!config->whyLive.empty() && !config->deadStrip) in link()
1973 if (config->deadStrip) in link()