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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 474 O.getParser().addLiteralOption(Values[i].first, Values[i].second.first,
642 /// addLiteralOption - Add an entry to the mapping table.
645 void addLiteralOption(const char *Name, const DT &V, const char *HelpStr) {
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 81 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
91 void AddLiteralOption(Option &O, const char *Name);
591 O.getParser().addLiteralOption(Values[i].first, Values[i].second.first,
756 /// addLiteralOption - Add an entry to the mapping table.
759 void addLiteralOption(const char *Name, const DT &V, const char *HelpStr) {
763 AddLiteralOption(Owner, Name);
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 114 void addLiteralOption(Option &Opt, SubCommand *SC, const char *Name) {
129 addLiteralOption(Opt, Sub, Name);
134 void addLiteralOption(Option &Opt, const char *Name) {
136 addLiteralOption(Opt, &*TopLevelSubCommand, Name);
139 addLiteralOption(Opt, SC, Name);
301 addLiteralOption(*O, sub, E.first().str().c_str());
338 void cl::AddLiteralOption(Option &O, const char *Name) {
339 GlobalParser->addLiteralOption(O, Name);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CommandLine.h 86 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
96 void AddLiteralOption(Option &O, StringRef Name);
608 O.getParser().addLiteralOption(Value.Name, Value.Value,
770 /// addLiteralOption - Add an entry to the mapping table.
773 void addLiteralOption(StringRef Name, const DT &V, StringRef HelpStr) {
777 AddLiteralOption(Owner, Name);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp 128 void addLiteralOption(Option &Opt, SubCommand *SC, StringRef Name) {
143 addLiteralOption(Opt, Sub, Name);
148 void addLiteralOption(Option &Opt, StringRef Name) {
150 addLiteralOption(Opt, &*TopLevelSubCommand, Name);
153 addLiteralOption(Opt, SC, Name);
315 addLiteralOption(*O, sub, E.first());
358 void cl::AddLiteralOption(Option &O, StringRef Name) {
359 GlobalParser->addLiteralOption(O, Name);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 89 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
99 void AddLiteralOption(Option &O, StringRef Name);
614 O.getParser().addLiteralOption(Value.Name, Value.Value,
776 /// addLiteralOption - Add an entry to the mapping table.
779 void addLiteralOption(StringRef Name, const DT &V, StringRef HelpStr) {
783 AddLiteralOption(Owner, Name);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CommandLine.h 94 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
104 void AddLiteralOption(Option &O, StringRef Name);
617 O.getParser().addLiteralOption(Value.Name, Value.Value,
781 /// addLiteralOption - Add an entry to the mapping table.
784 void addLiteralOption(StringRef Name, const DT &V, StringRef HelpStr) {
788 AddLiteralOption(Owner, Name);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CommandLine.h 94 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
104 void AddLiteralOption(Option &O, StringRef Name);
617 O.getParser().addLiteralOption(Value.Name, Value.Value,
781 /// addLiteralOption - Add an entry to the mapping table.
784 void addLiteralOption(StringRef Name, const DT &V, StringRef HelpStr) {
788 AddLiteralOption(Owner, Name);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CommandLine.h 94 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
104 void AddLiteralOption(Option &O, StringRef Name);
619 O.getParser().addLiteralOption(Value.Name, Value.Value,
783 /// addLiteralOption - Add an entry to the mapping table.
786 void addLiteralOption(StringRef Name, const DT &V, StringRef HelpStr) {
790 AddLiteralOption(Owner, Name);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CommandLine.h 94 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
104 void AddLiteralOption(Option &O, StringRef Name);
619 O.getParser().addLiteralOption(Value.Name, Value.Value,
783 /// addLiteralOption - Add an entry to the mapping table.
786 void addLiteralOption(StringRef Name, const DT &V, StringRef HelpStr) {
790 AddLiteralOption(Owner, Name);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CommandLine.h 94 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
104 void AddLiteralOption(Option &O, StringRef Name);
619 O.getParser().addLiteralOption(Value.Name, Value.Value,
783 /// addLiteralOption - Add an entry to the mapping table.
786 void addLiteralOption(StringRef Name, const DT &V, StringRef HelpStr) {
790 AddLiteralOption(Owner, Name);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
CommandLine.h 94 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
104 void AddLiteralOption(Option &O, StringRef Name);
619 O.getParser().addLiteralOption(Value.Name, Value.Value,
783 /// addLiteralOption - Add an entry to the mapping table.
786 void addLiteralOption(StringRef Name, const DT &V, StringRef HelpStr) {
790 AddLiteralOption(Owner, Name);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 89 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
99 void AddLiteralOption(Option &O, StringRef Name);
614 O.getParser().addLiteralOption(Value.Name, Value.Value,
776 /// addLiteralOption - Add an entry to the mapping table.
779 void addLiteralOption(StringRef Name, const DT &V, StringRef HelpStr) {
783 AddLiteralOption(Owner, Name);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
CommandLine.h 94 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
104 void AddLiteralOption(Option &O, StringRef Name);
617 O.getParser().addLiteralOption(Value.Name, Value.Value,
781 /// addLiteralOption - Add an entry to the mapping table.
784 void addLiteralOption(StringRef Name, const DT &V, StringRef HelpStr) {
788 AddLiteralOption(Owner, Name);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
CommandLine.h 94 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
104 void AddLiteralOption(Option &O, StringRef Name);
617 O.getParser().addLiteralOption(Value.Name, Value.Value,
781 /// addLiteralOption - Add an entry to the mapping table.
784 void addLiteralOption(StringRef Name, const DT &V, StringRef HelpStr) {
788 AddLiteralOption(Owner, Name);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
CommandLine.h 94 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
104 void AddLiteralOption(Option &O, StringRef Name);
619 O.getParser().addLiteralOption(Value.Name, Value.Value,
783 /// addLiteralOption - Add an entry to the mapping table.
786 void addLiteralOption(StringRef Name, const DT &V, StringRef HelpStr) {
790 AddLiteralOption(Owner, Name);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
CommandLine.h 94 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
104 void AddLiteralOption(Option &O, StringRef Name);
619 O.getParser().addLiteralOption(Value.Name, Value.Value,
783 /// addLiteralOption - Add an entry to the mapping table.
786 void addLiteralOption(StringRef Name, const DT &V, StringRef HelpStr) {
790 AddLiteralOption(Owner, Name);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
CommandLine.h 94 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
104 void AddLiteralOption(Option &O, StringRef Name);
619 O.getParser().addLiteralOption(Value.Name, Value.Value,
783 /// addLiteralOption - Add an entry to the mapping table.
786 void addLiteralOption(StringRef Name, const DT &V, StringRef HelpStr) {
790 AddLiteralOption(Owner, Name);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
CommandLine.h 94 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
104 void AddLiteralOption(Option &O, StringRef Name);
619 O.getParser().addLiteralOption(Value.Name, Value.Value,
783 /// addLiteralOption - Add an entry to the mapping table.
786 void addLiteralOption(StringRef Name, const DT &V, StringRef HelpStr) {
790 AddLiteralOption(Owner, Name);
    [all...]

Completed in 576 milliseconds