Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp121 cl::SubCommand ExplainSubcommand("explain", variable
736 cl::sub(ExplainSubcommand));
739 cl::sub(ExplainSubcommand), cl::OneOrMore);
743 cl::init(InputFileType::PDBFile), cl::Optional, cl::sub(ExplainSubcommand),
1634 } else if (opts::ExplainSubcommand) { in main()