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