Searched refs:getopt_long_only (Results 1 – 9 of 9) sorted by relevance
| /llvm-project/lldb/include/lldb/Host/common/ |
| H A D | GetOptInc.h | 59 int getopt_long_only(int argc, char *const *argv, const char *optstring,
|
| /llvm-project/lldb/source/Host/common/ |
| H A D | OptionParser.cpp | 46 return getopt_long_only(argv.size() - 1, argv.data(), opt_cstr.c_str(), in Parse()
|
| H A D | GetOptInc.cpp | 443 int getopt_long_only(int nargc, char *const *nargv, const char *options, in getopt_long_only() function
|
| /llvm-project/lldb/examples/lookup/ |
| H A D | main.cpp | 122 while ((ch = getopt_long_only(argc, (char *const *)argv, in main()
|
| /llvm-project/lldb/tools/darwin-debug/ |
| H A D | darwin-debug.cpp | 189 while ((ch = getopt_long_only(argc, argv, "a:deE:hsu:?", g_long_options, in main()
|
| /llvm-project/lldb/examples/functions/ |
| H A D | main.cpp | 128 while ((ch = getopt_long_only(argc, (char *const *)argv, in main()
|
| /llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 61 // option descriptors for getopt_long_only() 381 while ((ch = getopt_long_only(argc, argv, short_options.c_str(), in main_platform() 451 // Skip any options we consumed with getopt_long_only.
|
| /llvm-project/lldb/tools/debugserver/source/ |
| H A D | debugserver.cpp | 798 // option descriptors for getopt_long_only() in FileLogCallback() 1008 while ((ch = getopt_long_only(argc, argv, short_options, g_long_options, in main() 1280 // Skip any options we consumed with getopt_long_only in main()
|
| /llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1907 fun:getopt_long_only=uninstrumented
|