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

References

include/llvm/Support/CommandLine.h
 1134   void print(const Option &O, const parser<ParserDT> &P, const ValDT & /*V*/,
 1143   void print(const Option &O, const parser<DT> &P, const DT &V,
include/llvm/Support/PluginLoader.h
   30   static cl::opt<PluginLoader, false, cl::parser<std::string> >
lib/IR/DiagnosticHandler.cpp
   46 static cl::opt<PassRemarksOpt, true, cl::parser<std::string>> PassRemarks(
   55 static cl::opt<PassRemarksOpt, true, cl::parser<std::string>> PassRemarksMissed(
   64 static cl::opt<PassRemarksOpt, true, cl::parser<std::string>>
lib/Support/Debug.cpp
  116 static cl::opt<DebugOnlyOpt, true, cl::parser<std::string> >
tools/llc/llc.cpp
  180 static cl::opt<RunPassOption, true, cl::parser<std::string>> RunPass(