Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp124 cl::SubCommand ExportSubcommand("export", variable
760 cl::sub(ExportSubcommand));
763 cl::Required, cl::sub(ExportSubcommand));
767 cl::sub(ExportSubcommand));
771 cl::sub(ExportSubcommand), cl::Optional,
1636 } else if (opts::ExportSubcommand) { in main()