Searched refs:OptionParser (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp29 #include "lldb/Host/OptionParser.h"
397 std::string short_options(OptionParser::GetShortOptionString(g_long_options));
/freebsd-12-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py302 parser = optparse.OptionParser(usage=u, prog="zfs")
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp19 #include "lldb/Host/OptionParser.h"
4052 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeOneLiner,
4055 {LLDB_OPT_SET_1, false, "coordinate", 'c', OptionParser::eRequiredArgument,
4209 {LLDB_OPT_SET_1, false, "coordinate", 'c', OptionParser::eRequiredArgument,
4481 {LLDB_OPT_SET_1, false, "file", 'f', OptionParser::eRequiredArgument,
4623 {LLDB_OPT_SET_1, false, "id", 'i', OptionParser::eRequiredArgument, nullptr,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1421 if (value_type == OptionParser::eNoArgument)
1424 if (value_type != OptionParser::eOptionalArgument)
1930 if (value_type != OptionParser::eOptionalArgument)
1939 if (value_type != OptionParser::eOptionalArgument)
1964 if (value_type != OptionParser::eOptionalArgument)
/freebsd-12-stable/contrib/googletest/googlemock/scripts/
H A Dupload.py392 parser = optparse.OptionParser(usage="%prog [options] [-- diff_options]")
/freebsd-12-stable/contrib/googletest/googletest/scripts/
H A Dupload.py392 parser = optparse.OptionParser(usage="%prog [options] [-- diff_options]")
/freebsd-12-stable/lib/clang/liblldb/
H A DMakefile229 SRCS+= Host/common/OptionParser.cpp
/freebsd-12-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py1072 parser = optparse.OptionParser(usage="usage: %prog origlib newlib",
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp19 #include "lldb/Host/OptionParser.h"
509 {LLDB_OPT_SET_ALL, false, "verbose", 'v', OptionParser::eNoArgument,

Completed in 120 milliseconds

12