Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DConfig.h59 bool stripDebug; member
H A DWriter.cpp128 bool stripDebug = config->stripDebug || config->stripAll; in calculateCustomSections() local
147 if (stripDebug && name.startswith(".debug_")) in calculateCustomSections()
H A DDriver.cpp451 config->stripDebug = args.hasArg(OPT_strip_debug); in readConfigs()
566 if (!config->stripDebug && !config->stripAll && config->compressRelocations) in checkOptions()