Searched refs:stripDebug (Results 1 – 8 of 8) sorted by relevance
54 bool stripDebug; member
117 bool stripDebug = config->stripDebug || config->stripAll; in calculateCustomSections() local133 if (stripDebug && name.startswith(".debug_")) in calculateCustomSections()
301 return !config->stripDebug && !config->stripAll && numNames() > 0; in isNeeded()
401 config->stripDebug = args.hasArg(OPT_strip_debug); in readConfigs()480 if (!config->stripDebug && !config->stripAll && config->compressRelocations) in checkOptions()
246 void stripDebug(); // strip all debug info
363 void spirvbin_t::stripDebug() in stripDebug() function in spv::spirvbin_t1443 if (options & STRIP) stripDebug(); in remap()
363 void spirvbin_t::stripDebug() in stripDebug() function in spv::spirvbin_t1440 if (options & STRIP) stripDebug(); in remap()