Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DOptionParser.h50 static std::string GetShortOptionString(struct option *long_options);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DOptionParser.cpp56 std::string OptionParser::GetShortOptionString(struct option *long_options) { in GetShortOptionString() function in OptionParser
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp146 std::string short_options(OptionParser::GetShortOptionString(g_long_options)); in main_platform()