Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h80 explicit operator Environment() const { return GetConstArgumentVector(); }
166 const char **GetConstArgumentVector() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp118 const char **argv = info.GetArguments().GetConstArgumentVector(); in ChildFunc()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp255 const char **argv = GetArguments().GetConstArgumentVector(); in ConvertArgumentsForLaunchingInShell()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp275 const char **Args::GetConstArgumentVector() const { in GetConstArgumentVector() function in Args
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp980 InvokeOverrideCallback(full_args.GetConstArgumentVector(), result); in Execute()
H A DCommandInterpreter.cpp2032 new_args.GetConstArgumentVector()); in BuildAliasCommandArgs()
2042 new_args.GetConstArgumentVector()); in BuildAliasCommandArgs()