Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp57 channel_then_categories.GetArgumentArrayRef(), error_stream); in SetupLogging()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectLog.cpp175 channel, args.GetArgumentArrayRef(), log_file, m_options.log_options, in DoExecute()
240 if (Log::DisableLogChannel(channel, args.GetArgumentArrayRef(), in DoExecute()
H A DCommandObjectBreakpoint.cpp2626 valid_ids->InsertStringArray(temp_args.GetArgumentArrayRef(), result); in VerifyIDs()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DArgs.h188 llvm::ArrayRef<const char *> GetArgumentArrayRef() const { in GetArgumentArrayRef() function