Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DConfig.h53 bool stripDebug; member
H A DWriter.cpp127 bool stripDebug = config->stripDebug || config->stripAll; in calculateCustomSections() local
146 if (stripDebug && name.startswith(".debug_")) in calculateCustomSections()
H A DDriver.cpp388 config->stripDebug = args.hasArg(OPT_strip_debug); in readConfigs()
483 if (!config->stripDebug && !config->stripAll && config->compressRelocations) in checkOptions()