Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DInputSection.h141 bool live = !config->deadStrip;
180 : inSecOff(off), live(!config->deadStrip), hash(hash) {} in StringPiece()
H A DConfig.h175 bool deadStrip = false; member
H A DMapFile.cpp233 if (config->deadStrip) { in writeMapFile()
H A DSymbols.h102 used(!config->deadStrip) {} in Symbol()
H A DInputSection.cpp286 live.resize(data.size() >> power2LiteralSize, !config->deadStrip); in WordLiteralInputSection()
H A DDriver.cpp1484 config->deadStrip = args.hasArg(OPT_dead_strip); in link()
1790 if (!config->whyLive.empty() && !config->deadStrip) in link()
1915 if (config->deadStrip) in link()