Lines Matching defs:bytes
102 cl::SubCommand BytesSubcommand("bytes", "Dump raw bytes from the PDB file");
371 namespace bytes {
388 cl::desc("Dump binary data from specified range of bytes"),
397 cl::opt<bool> NameMap("name-map", cl::desc("Dump bytes of PDB Name Map"),
445 } // namespace bytes
487 cl::desc("dump CodeView type record raw bytes from TPI stream"),
515 cl::desc("dump CodeView type record raw bytes from IPI stream"),
557 cl::desc("dump CodeView symbol record raw bytes"),
980 Printer << " bytes): ";
1110 Printer << ": " << FileSize << " bytes";
1423 std::optional<opts::bytes::NumberRange> &Parsed) {
1462 if (!parseRange(opts::bytes::DumpBlockRangeOpt,
1463 opts::bytes::DumpBlockRange)) {
1464 errs() << "Argument '" << opts::bytes::DumpBlockRangeOpt
1469 if (!parseRange(opts::bytes::DumpByteRangeOpt,
1470 opts::bytes::DumpByteRange)) {
1471 errs() << "Argument '" << opts::bytes::DumpByteRangeOpt
1623 llvm::for_each(opts::bytes::InputFilenames, dumpBytes);