Searched defs:addLiteralOption (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCommandLine.h501 O.getParser().addLiteralOption(Values[i].first, Values[i].second.first,
668 /// addLiteralOption - Add an entry to the mapping table.
671 void addLiteralOption(const char *Name, const DT &V, const char *HelpStr) { function in class:llvm::cl::parser

Completed in 56 milliseconds