Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp123 return llvm::make_range(args.GetArgumentArrayRef().begin(), in get_arg_range()
124 args.GetArgumentArrayRef().end()); in get_arg_range()
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp71 channel_then_categories.GetArgumentArrayRef(), error_stream); in SetupLogging()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DArgs.h169 llvm::ArrayRef<const char *> GetArgumentArrayRef() const { in GetArgumentArrayRef() function
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectLog.cpp192 channel, args.GetArgumentArrayRef(), log_file, m_options.log_options, in DoExecute()
262 if (Log::DisableLogChannel(channel, args.GetArgumentArrayRef(), in DoExecute()
H A DCommandObjectBreakpoint.cpp2522 valid_ids->InsertStringArray(temp_args.GetArgumentArrayRef(), result); in VerifyIDs()