Searched refs:HexDump (Results 1 – 1 of 1) sorted by relevance
109 static std::vector<std::string> HexDump; variable230 opts::HexDump = Args.getAllArgValues(OPT_hex_dump_EQ); in parseOptions()449 if (!opts::HexDump.empty()) in dumpObject()450 Dumper->printSectionsAsHex(Obj, opts::HexDump, opts::Decompress); in dumpObject()