Home
last modified time | relevance | path

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

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