Lines Matching refs:RawSubcommand
93 cl::SubCommand RawSubcommand("raw", "Dump raw structure of the PDB file"); variable
182 cl::cat(MsfOptions), cl::sub(RawSubcommand));
185 cl::cat(MsfOptions), cl::sub(RawSubcommand));
188 cl::cat(MsfOptions), cl::sub(RawSubcommand));
194 cl::cat(TypeOptions), cl::sub(RawSubcommand));
198 cl::cat(TypeOptions), cl::sub(RawSubcommand));
200 cl::cat(TypeOptions), cl::sub(RawSubcommand));
204 cl::cat(TypeOptions), cl::sub(RawSubcommand));
208 cl::cat(TypeOptions), cl::sub(RawSubcommand));
212 cl::cat(FileOptions), cl::sub(RawSubcommand));
214 cl::cat(FileOptions), cl::sub(RawSubcommand));
217 cl::cat(FileOptions), cl::sub(RawSubcommand));
221 cl::cat(SymbolOptions), cl::sub(RawSubcommand));
223 cl::cat(SymbolOptions), cl::sub(RawSubcommand));
227 cl::cat(SymbolOptions), cl::sub(RawSubcommand));
232 cl::cat(MiscOptions), cl::sub(RawSubcommand));
234 cl::cat(MiscOptions), cl::sub(RawSubcommand));
237 cl::cat(MiscOptions), cl::sub(RawSubcommand));
239 cl::sub(RawSubcommand));
243 cl::sub(RawSubcommand));
247 cl::sub(RawSubcommand));
250 cl::cat(MiscOptions), cl::sub(RawSubcommand));
254 cl::OneOrMore, cl::sub(RawSubcommand));
526 if ((opts::PdbToYamlSubcommand || opts::RawSubcommand) && opts::raw::RawAll) { in main()
583 } else if (opts::RawSubcommand) { in main()