Searched refs:hex_arg (Results 1 – 2 of 2) sorted by relevance
2065 llvm::StringRef encoded_args(value), hex_arg; in DecodeProcessInfoResponse() local2069 std::tie(hex_arg, encoded_args) = encoded_args.split('-'); in DecodeProcessInfoResponse()2071 StringExtractor extractor(hex_arg); in DecodeProcessInfoResponse()2072 if (extractor.GetHexByteString(arg) * 2 != hex_arg.size()) { in DecodeProcessInfoResponse()
3531 for (llvm::StringRef hex_arg : argv) { in Handle_vRun() local3532 StringExtractor arg_ext{hex_arg}; in Handle_vRun()