Searched refs:printOptionDiff (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCommandLine.h575 // printOptionDiff - print the value of an option and it's default.
580 void printOptionDiff(const Option &O, const AnyOptionValue &V, function in class:llvm::cl::generic_parser_base
721 // printOptionDiff().
731 // A helper for basic_parser::printOptionDiff.
768 void printOptionDiff(const Option &O, bool V, OptVal Default,
792 void printOptionDiff(const Option &O, boolOrDefault V, OptVal Default,
813 void printOptionDiff(const Option &O, int V, OptVal Default,
835 void printOptionDiff(const Option &O, unsigned V, OptVal Default,
857 void printOptionDiff(const Option &O, unsigned long long V, OptVal Default,
878 void printOptionDiff(cons
964 void printOptionDiff(const Option &O, const generic_parser_base &P, const DT &V, function in namespace:llvm::cl
993 void printOptionDiff( function in namespace:llvm::cl
1187 cl::printOptionDiff<ParserClass>( member in class:llvm::cl::opt::cl
[all...]
/external/llvm/lib/Support/
H A DCommandLine.cpp1312 static const size_t MaxOptWidth = 8; // arbitrary spacing for printOptionDiff
1345 // printOptionDiff - Specializations for printing basic value types.
1349 printOptionDiff(const Option &O, T V, OptionValue<T> D, \
1377 printOptionDiff(const Option &O, StringRef V, OptionValue<std::string> D, function in class:parser
1390 // Print a placeholder for options that don't yet support printOptionDiff().

Completed in 289 milliseconds