reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Interpreter/Options.cpp
  206     if (defs.empty())
  211     m_getopt_table.resize(defs.size() + 1);
  212     for (size_t i = 0; i < defs.size(); ++i) {
  213       const int short_opt = defs[i].short_option;
  215       m_getopt_table[i].definition = &defs[i];
  231                           (int)i, defs[i].long_option, short_opt, pos->second,
  233                           defs[i].long_option);
  239                           (int)i, defs[i].long_option, short_opt, pos->second,
  241                           defs[i].long_option);