Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp122 cl::SubCommand ExplainSubcommand("explain", variable
696 cl::sub(ExplainSubcommand));
699 cl::sub(ExplainSubcommand), cl::OneOrMore);
703 cl::init(InputFileType::PDBFile), cl::Optional, cl::sub(ExplainSubcommand),
1558 } else if (opts::ExplainSubcommand) { in main()