Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DOptionsWithRawTest.cpp65 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST()
80 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST()
94 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST()
108 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST()
122 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST()
136 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST()
150 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST()
164 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST()
178 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST()
H A DArgsTest.cpp213 TEST(ArgsTest, GetArgumentArrayRef) { in TEST() argument
215 auto ref = args.GetArgumentArrayRef(); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp120 return llvm::make_range(args.GetArgumentArrayRef().begin(), in get_arg_range()
121 args.GetArgumentArrayRef().end()); in get_arg_range()
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp71 channel_then_categories.GetArgumentArrayRef(), error_stream); in SetupLogging()
/llvm-project-15.0.7/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.cpp2521 valid_ids->InsertStringArray(temp_args.GetArgumentArrayRef(), result); in VerifyIDs()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArgs.h171 llvm::ArrayRef<const char *> GetArgumentArrayRef() const {