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

References

include/llvm/Support/Options.h
  111     auto It = Options.find(&detail::OptionKey<ValT, Base, Mem>::ID);
  112     assert(It != Options.end() && "Option not in OptionRegistry");
lib/Support/Options.cpp
   20   for (auto IT = Options.begin(); IT != Options.end(); ++IT)
   20   for (auto IT = Options.begin(); IT != Options.end(); ++IT)
   25   assert(Options.find(Key) == Options.end() &&
   25   assert(Options.find(Key) == Options.end() &&
   27   Options.insert(std::make_pair(Key, O));