Home
last modified time | relevance | path

Searched refs:GetConstArgumentVector (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DArgs.h80 explicit operator Environment() const { return GetConstArgumentVector(); }
165 const char **GetConstArgumentVector() const;
/external/llvm-project/lldb/source/Host/posix/
DProcessLauncherPosixFork.cpp118 const char **argv = info.GetArguments().GetConstArgumentVector(); in ChildFunc()
/external/llvm-project/lldb/source/Host/common/
DProcessLaunchInfo.cpp252 const char **argv = GetArguments().GetConstArgumentVector(); in ConvertArgumentsForLaunchingInShell()
/external/llvm-project/lldb/source/Utility/
DArgs.cpp277 const char **Args::GetConstArgumentVector() const { in GetConstArgumentVector() function in Args
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp987 InvokeOverrideCallback(full_args.GetConstArgumentVector(), result); in Execute()
DCommandInterpreter.cpp2032 new_args.GetConstArgumentVector()); in BuildAliasCommandArgs()
2042 new_args.GetConstArgumentVector()); in BuildAliasCommandArgs()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp399 this, module, launch_info.GetArguments().GetConstArgumentVector(), in DoLaunch()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm246 const char **argv = launch_info.GetArguments().GetConstArgumentVector();
1113 launch_info.GetArguments().GetConstArgumentVector());
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp124 for (const char **args = info.GetArguments().GetConstArgumentVector(); *args; in MaybeLogLaunchInfo()