Searched refs:sub_cmd_name (Results 1 – 1 of 1) sorted by relevance
3137 llvm::StringRef sub_cmd_name = sub_cmd_obj->GetCommandName(); in ResolveCommandImpl() local3138 actual_cmd_name_len = sub_cmd_name.size() + 1; in ResolveCommandImpl()3140 revised_command_line.Printf("%s", sub_cmd_name.str().c_str()); in ResolveCommandImpl()