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.cpp994 if (OptionParser::GetOptionArgument() == nullptr) { in ParseAlias()
1002 option_arg = OptionParser::GetOptionArgument(); in ParseAlias()
1050 (OptionParser::GetOptionArgument() != nullptr) && in ParseAlias()
1052 (args_copy[idx].ref() == OptionParser::GetOptionArgument())) { in ParseAlias()
1179 if (OptionParser::GetOptionArgument() != nullptr) { in ParseForCompletion()
1334 : 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