Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-strings/
Dllvm-strings.cpp39 MinLength("bytes", cl::desc("Print sequences of the specified length"), variable
41 static cl::alias MinLengthShort("n", cl::desc(""), cl::aliasopt(MinLength));
60 if (L.size() < static_cast<size_t>(MinLength)) in strings()
99 if (MinLength == 0) { in main()