Searched refs:stripAll (Results 1 – 5 of 5) sorted by relevance
171 stripAll(c); in append()202 private void stripAll(char c) throws IOException { in stripAll() method in HtmlWhiteSpaceStripper
301 return !config->stripDebug && !config->stripAll && numNames() > 0; in isNeeded()314 return !config->stripAll && fieldCount() > 0; in isNeeded()333 return !config->stripAll && features.size() > 0; in isNeeded()
53 bool stripAll; member
400 config->stripAll = args.hasArg(OPT_strip_all); in readConfigs()480 if (!config->stripDebug && !config->stripAll && config->compressRelocations) in checkOptions()
117 bool stripDebug = config->stripDebug || config->stripAll; in calculateCustomSections()