Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp54 static cl::OptionCategory StressCategory("Stress Options"); variable
57 cl::init(0), cl::cat(StressCategory));
62 cl::init(100), cl::cat(StressCategory));
67 cl::cat(StressCategory));
77 cl::init(false), cl::cat(StressCategory));
733 cl::HideUnrelatedOptions({&StressCategory, &getColorCategory()}); in main()