reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
338 config->stripDebug = args.hasArg(OPT_strip_debug); 390 if (!config->stripDebug && !config->stripAll && config->compressRelocations)tools/lld/wasm/SyntheticSections.h
287 return !config->stripDebug && !config->stripAll && numNames() > 0;
tools/lld/wasm/Writer.cpp 108 bool stripDebug = config->stripDebug || config->stripAll;