Home
last modified time | relevance | path

Searched refs:GetOptionArgument (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DOptionParser.h47 static char *GetOptionArgument();
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp997 if (OptionParser::GetOptionArgument() == nullptr) { in ParseAlias()
1006 option_arg = OptionParser::GetOptionArgument(); in ParseAlias()
1055 (OptionParser::GetOptionArgument() != nullptr) && in ParseAlias()
1057 (args_copy[idx].ref() == OptionParser::GetOptionArgument())) { in ParseAlias()
1184 if (OptionParser::GetOptionArgument() != nullptr) { in ParseForCompletion()
1205 if (OptionParser::GetOptionArgument() != nullptr) { in ParseForCompletion()
1350 : OptionParser::GetOptionArgument(), in Parse()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DOptionParser.cpp50 char *OptionParser::GetOptionArgument() { return optarg; } in GetOptionArgument() function in OptionParser