Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DOptionParser.h47 static char *GetOptionArgument();
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp1029 if (OptionParser::GetOptionArgument() == nullptr) { in ParseAlias()
1037 option_arg = OptionParser::GetOptionArgument(); in ParseAlias()
1085 (OptionParser::GetOptionArgument() != nullptr) && in ParseAlias()
1087 (args_copy[idx].ref() == OptionParser::GetOptionArgument())) { in ParseAlias()
1214 if (OptionParser::GetOptionArgument() != nullptr) { in ParseForCompletion()
1376 : OptionParser::GetOptionArgument(), in Parse()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DOptionParser.cpp50 char *OptionParser::GetOptionArgument() { return optarg; } in GetOptionArgument() function in OptionParser