/external/llvm-project/lldb/unittests/tools/lldb-server/tests/ |
D | TestClient.cpp | 67 args.AppendArgument(LLDB_SERVER); in launchCustom() 69 args.AppendArgument("gdbserver"); in launchCustom() 70 args.AppendArgument("--reverse-connect"); in launchCustom() 73 args.AppendArgument(("--log-file=" + Log).str()); in launchCustom() 75 args.AppendArgument("--log-channels=gdb-remote packets"); in launchCustom() 77 args.AppendArgument("--log-flags=0x800000"); in launchCustom() 86 args.AppendArgument( in launchCustom() 90 args.AppendArgument(arg); in launchCustom() 93 args.AppendArgument("--"); in launchCustom() 95 args.AppendArgument(arg); in launchCustom()
|
/external/llvm-project/lldb/unittests/Utility/ |
D | ArgsTest.cpp | 92 args.AppendArgument(llvm::StringRef("second_arg")); in TEST() 100 args.AppendArgument("1"); in TEST() 101 args.AppendArgument("2"); in TEST() 102 args.AppendArgument("3"); in TEST() 118 args.AppendArgument("1"); in TEST() 122 args.AppendArgument("2"); in TEST() 127 args.AppendArgument("3"); in TEST()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunication.cpp | 976 debugserver_args.AppendArgument(llvm::StringRef(debugserver_path)); in StartDebugserverProcess() 980 debugserver_args.AppendArgument(llvm::StringRef("gdbserver")); in StartDebugserverProcess() 985 debugserver_args.AppendArgument(llvm::StringRef(url)); in StartDebugserverProcess() 990 debugserver_args.AppendArgument(fd_arg.GetString()); in StartDebugserverProcess() 997 debugserver_args.AppendArgument(llvm::StringRef("--native-regs")); in StartDebugserverProcess() 1000 debugserver_args.AppendArgument(llvm::StringRef("--setsid")); in StartDebugserverProcess() 1030 debugserver_args.AppendArgument(llvm::StringRef("--named-pipe")); in StartDebugserverProcess() 1031 debugserver_args.AppendArgument(named_pipe_path); in StartDebugserverProcess() 1044 debugserver_args.AppendArgument(llvm::StringRef("--pipe")); in StartDebugserverProcess() 1045 debugserver_args.AppendArgument(llvm::to_string(write)); in StartDebugserverProcess() [all …]
|
D | GDBRemoteCommunicationServerCommon.cpp | 1040 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_A()
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointIDList.cpp | 183 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges() 190 new_args.AppendArgument(current_arg); in FindAndReplaceIDRanges() 275 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges() 286 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges() 293 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges() 320 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | metal_arguments.cc | 116 void AppendArgument(const std::string& arg, std::string* args) { in AppendArgument() function 206 AppendArgument("uint3 reserved_gid[[thread_position_in_grid]]", &arguments); in Init() 209 AppendArgument("uint3 reserved_lid[[thread_position_in_threadgroup]]", in Init() 213 AppendArgument("uint3 reserved_group_id[[threadgroup_position_in_grid]]", in Init() 217 AppendArgument("uint3 reserved_group_size[[threads_per_threadgroup]]", in Init() 221 AppendArgument("uint reserved_simd_id[[thread_index_in_simdgroup]]", in Init() 483 AppendArgument( in GetListOfArgs() 494 AppendArgument(absl::StrCat("texture2d<", data_type, ", ", access, "> ", in GetListOfArgs() 502 AppendArgument( in GetListOfArgs() 511 AppendArgument(absl::StrCat("texture3d<", data_type, ", ", access, "> ", in GetListOfArgs() [all …]
|
/external/llvm-project/lldb/source/Host/common/ |
D | ProcessLaunchInfo.cpp | 256 shell_arguments.AppendArgument(shell_executable); in ConvertArgumentsForLaunchingInShell() 260 shell_arguments.AppendArgument(llvm::StringRef("/C")); in ConvertArgumentsForLaunchingInShell() 262 shell_arguments.AppendArgument(llvm::StringRef("-c")); in ConvertArgumentsForLaunchingInShell() 338 shell_arguments.AppendArgument(shell_command.GetString()); in ConvertArgumentsForLaunchingInShell()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_arguments.cc | 121 void AppendArgument(const std::string& arg, std::string* args) { in AppendArgument() function 702 AppendArgument( in GetListOfArgs() 710 AppendArgument(absl::StrCat(GetImageModifier(t.second.desc.access_type), in GetListOfArgs() 715 AppendArgument(absl::StrCat(GetImageModifier(t.second.desc.access_type), in GetListOfArgs() 720 AppendArgument(absl::StrCat(GetImageModifier(t.second.desc.access_type), in GetListOfArgs() 725 AppendArgument(absl::StrCat(GetImageModifier(t.second.desc.access_type), in GetListOfArgs() 730 AppendArgument(absl::StrCat(t.second.desc.type_name, " ", t.first), in GetListOfArgs() 734 AppendArgument(absl::StrCat("int4 shared_int4_", i), &result); in GetListOfArgs() 737 AppendArgument(absl::StrCat("float4 shared_float4_", i), &result); in GetListOfArgs() 740 AppendArgument(absl::StrCat("half4 shared_half4_", i), &result); in GetListOfArgs()
|
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionValueArgs.cpp | 21 args.AppendArgument(string_value); in GetArgs()
|
D | CommandInterpreter.cpp | 1980 new_args.AppendArgument(value); in BuildAliasCommandArgs() 1986 new_args.AppendArgument(option); in BuildAliasCommandArgs() 1995 new_args.AppendArgument(value); in BuildAliasCommandArgs() 1997 new_args.AppendArgument(option + value); in BuildAliasCommandArgs() 2017 new_args.AppendArgument(cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs() 2019 new_args.AppendArgument(option + cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs() 2027 new_args.AppendArgument(entry.value().ref()); in BuildAliasCommandArgs()
|
D | OptionValueArray.cpp | 153 args.AppendArgument(string_value); in GetArgs()
|
D | OptionValueDictionary.cpp | 92 args.AppendArgument(strm.GetString()); in GetArgs()
|
D | Options.cpp | 925 result.AppendArgument(pos->ref(), pos->GetQuoteChar()); in ReconstituteArgsAfterParsing()
|
/external/llvm-project/lldb/source/Utility/ |
D | Args.cpp | 175 AppendArgument(arg); in Args() 180 AppendArgument(arg); in Args() 320 void Args::AppendArgument(llvm::StringRef arg_str, char quote_char) { in AppendArgument() function in Args
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | CompletionRequest.h | 151 m_parsed_line.AppendArgument(llvm::StringRef()); in AppendEmptyArgument()
|
D | Args.h | 181 void AppendArgument(llvm::StringRef arg_str, char quote_char = '\0');
|
/external/llvm-project/lldb/source/Host/openbsd/ |
D | Host.cpp | 95 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetOpenBSDProcessArgs()
|
/external/llvm-project/lldb/source/Host/freebsd/ |
D | Host.cpp | 101 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetFreeBSDProcessArgs()
|
/external/llvm-project/lldb/source/Host/netbsd/ |
D | HostNetBSD.cpp | 97 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetNetBSDProcessArgs()
|
/external/llvm-project/lldb/source/Host/windows/ |
D | Host.cpp | 276 launch_info.GetArguments().AppendArgument(str_sp->GetValue()); in ShellExpandArguments()
|
/external/llvm-project/lldb/source/Host/linux/ |
D | Host.cpp | 158 process_info.GetArguments().AppendArgument(Arg); in GetProcessArgs()
|
/external/llvm-project/lldb/source/API/ |
D | SBPlatform.cpp | 416 args.AppendArgument( in ConnectRemote()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectBreakpoint.cpp | 414 m_exception_extra_args.AppendArgument("-O"); in SetOptionValue() 415 m_exception_extra_args.AppendArgument(option_arg); in SetOptionValue()
|
D | CommandObjectProcess.cpp | 202 m_options.launch_info.GetArguments().AppendArgument( in DoExecute()
|
/external/llvm-project/lldb/source/Host/macosx/objcxx/ |
D | Host.mm | 530 proc_args.AppendArgument(llvm::StringRef(cstr)); 1375 launch_info.GetArguments().AppendArgument(str_sp->GetValue());
|