HomeSort by relevance Sort by last modified time
    Searched defs:addLiteralOption (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
CommandLine.h 76 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
86 void AddLiteralOption(Option &O, const char *Name);
526 O.getParser().addLiteralOption(Values[i].first, Values[i].second.first,
691 /// addLiteralOption - Add an entry to the mapping table.
694 void addLiteralOption(const char *Name, const DT &V, const char *HelpStr) {
698 AddLiteralOption(Owner, Name);
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 111 void addLiteralOption(Option &Opt, const char *Name) {
215 void cl::AddLiteralOption(Option &O, const char *Name) {
216 GlobalParser->addLiteralOption(O, Name);
    [all...]

Completed in 162 milliseconds