Home
last modified time | relevance | path

Searched refs:GetArgumentArrayRef (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp118 return llvm::make_range(args.GetArgumentArrayRef().begin(), in get_arg_range()
119 args.GetArgumentArrayRef().end()); in get_arg_range()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp71 channel_then_categories.GetArgumentArrayRef(), error_stream); in SetupLogging()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h169 llvm::ArrayRef<const char *> GetArgumentArrayRef() const { in GetArgumentArrayRef() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp206 channel, args.GetArgumentArrayRef(), log_file, m_options.log_options, in DoExecute()
275 if (Log::DisableLogChannel(channel, args.GetArgumentArrayRef(), in DoExecute()
H A DCommandObjectBreakpoint.cpp2456 for (llvm::StringRef temp_arg : temp_args.GetArgumentArrayRef()) in VerifyIDs()