Searched refs:hex_arg (Results 1 – 2 of 2) sorted by relevance
2045 llvm::StringRef encoded_args(value), hex_arg; in DecodeProcessInfoResponse() local2049 std::tie(hex_arg, encoded_args) = encoded_args.split('-'); in DecodeProcessInfoResponse()2051 StringExtractor extractor(hex_arg); in DecodeProcessInfoResponse()2052 if (extractor.GetHexByteString(arg) * 2 != hex_arg.size()) { in DecodeProcessInfoResponse()
3530 for (llvm::StringRef hex_arg : argv) { in Handle_vRun() local3531 StringExtractor arg_ext{hex_arg}; in Handle_vRun()