Home
last modified time | relevance | path

Searched refs:stripAll (Results 1 – 5 of 5) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/template/
DHtmlWhiteSpaceStripper.java171 stripAll(c); in append()
202 private void stripAll(char c) throws IOException { in stripAll() method in HtmlWhiteSpaceStripper
/external/llvm-project/lld/wasm/
DSyntheticSections.h301 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()
DConfig.h53 bool stripAll; member
DDriver.cpp400 config->stripAll = args.hasArg(OPT_strip_all); in readConfigs()
480 if (!config->stripDebug && !config->stripAll && config->compressRelocations) in checkOptions()
DWriter.cpp117 bool stripDebug = config->stripDebug || config->stripAll; in calculateCustomSections()