Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp121 cl::SubCommand ExplainSubcommand("explain", variable
707 cl::sub(ExplainSubcommand));
710 cl::sub(ExplainSubcommand), cl::OneOrMore);
714 cl::init(InputFileType::PDBFile), cl::Optional, cl::sub(ExplainSubcommand),
1566 } else if (opts::ExplainSubcommand) { in main()