HomeSort by relevance Sort by last modified time
    Searched refs:Option (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/include/llvm/Option/
OptSpecifier.h 1 //===--- OptSpecifier.h - Option Specifiers ---------------------*- C++ -*-===//
15 class Option;
17 /// OptSpecifier - Wrapper class for abstracting references to option IDs.
27 /*implicit*/ OptSpecifier(const Option *Opt);
Arg.h 20 #include "llvm/Option/Option.h"
27 /// \brief A concrete instance of a particular driver option.
33 /// particular option.
39 /// \brief The option this argument is an instance of.
40 const Option Opt;
46 /// \brief How this instance of the option was spelled.
65 Arg(const Option Opt, StringRef Spelling, unsigned Index,
67 Arg(const Option Opt, StringRef Spelling, unsigned Index,
69 Arg(const Option Opt, StringRef Spelling, unsigned Index
    [all...]
Option.h 1 //===--- Option.h - Abstract Driver Options ---------------------*- C++ -*-===//
15 #include "llvm/Option/OptTable.h"
33 /// Option - Abstract representation for a single form of driver
36 /// An Option class represents a form of option that the driver
37 /// takes, for example how many arguments the option has and how
38 /// they can be provided. Individual option instances store
39 /// additional information about what group the option is a member
40 /// of (if any), if the option is an alias, and a number of
43 /// particular Option instance
    [all...]
  /external/llvm/bindings/ocaml/analysis/
analysis_ocaml.c 24 /* Llvm.llmodule -> string option */
27 CAMLlocal2(String, Option);
33 Option = Val_int(0);
35 Option = alloc(1, 0);
37 Store_field(Option, 0, String);
42 CAMLreturn(Option);
  /external/chromium_org/third_party/WebKit/public/web/
WebMenuItemInfo.h 43 Option,
51 : type(Option)
  /frameworks/compile/mclinker/include/mcld/Support/
CommandLine.h 33 bool parse(Option &pOption,
40 void printOptionDiff(const Option &pOption,
55 bool parse(cl::Option &O, StringRef ArgName, StringRef Arg, bool &Val) {
70 bool parse(Option &O,
76 void printOptionDiff(const Option &O,
90 bool parse(Option &O, StringRef ArgName, StringRef Arg, mcld::ZOption &Val);
92 virtual const char *getValueName() const { return "z-option"; }
93 void printOptionDiff(const Option &O,
  /external/llvm/lib/Option/
OptTable.cpp 1 //===--- OptTable.cpp - Option Table Implementation -----------------------===//
10 #include "llvm/Option/OptTable.h"
11 #include "llvm/Option/Arg.h"
12 #include "llvm/Option/ArgList.h"
13 #include "llvm/Option/Option.h"
26 // version should come first; a Flag option should precede a Joined
27 // option, for example.
67 assert(((A.Kind == Option::JoinedClass) ^ (B.Kind == Option::JoinedClass)) &
    [all...]
Option.cpp 1 //===--- Option.cpp - Abstract Driver Options -----------------------------===//
10 #include "llvm/Option/Option.h"
12 #include "llvm/Option/Arg.h"
13 #include "llvm/Option/ArgList.h"
22 Option::Option(const OptTable::Info *info, const OptTable *owner)
25 // Multi-level aliases are not supported. This just simplifies option
34 "Cannot provide alias args to a flag option.");
38 Option::~Option()
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 36 /// cl Namespace - This namespace contains all of the command line option
42 // ParseCommandLineOptions - Command line option processing entry point.
48 // ParseEnvironmentOptions - Environment variable option processing alternate
71 // PrintOptionValues - Print option values.
72 // With -print-options print the difference between option values and defaults.
73 // With -print-all-options print all option values.
90 // ConsumeAfter - Indicates that this option is fed anything that follows the
92 // there are zero positional arguments, and a ConsumeAfter option is used).
95 // passed, unprocessed, to the ConsumeAfter option.
100 enum ValueExpected { // Is a value required for the option
    [all...]
PassNameParser.h 16 // appropriate command line option template). The FilteredPassNameParser<>
41 cl::Option *Opt;
46 void initialize(cl::Option &O) {
79 // printOptionInfo - Print out information about this option. Override the
81 virtual void printOptionInfo(const cl::Option &O, size_t GlobalWidth) const {
  /external/llvm/lib/Support/
CommandLine.cpp 65 void Option::anchor() {}
101 static Option *RegisteredOptionList = 0;
103 void Option::addArgument() {
111 // This collects the different option categories that have been registered.
115 // Initialise the general option category.
124 // Basic, shared command line option processing machinery.
129 static void GetOptionInfo(SmallVectorImpl<Option*> &PositionalOpts,
130 SmallVectorImpl<Option*> &SinkOpts,
131 StringMap<Option*> &OptionsMap) {
133 Option *CAOpt = 0; // The ConsumeAfter option if it exists
    [all...]
  /external/llvm/lib/
Makefile 14 Target ExecutionEngine Linker MC Object Option DebugInfo \
  /external/llvm/unittests/
Makefile 13 Option Support Transforms
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
main.java 134 Option[] options = commandLine.getOptions();
137 Option option = options[i]; local
138 String opt = option.getOpt();
169 bootClassPathDirs.add(option.getValue());
292 System.err.println("option");
365 Option versionOption = OptionBuilder.withLongOpt("version")
369 Option helpOption = OptionBuilder.withLongOpt("help")
373 Option outputDirOption = OptionBuilder.withLongOpt("output")
379 Option noParameterRegistersOption = OptionBuilder.withLongOpt("no-parameter-registers"
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
CtsBuildProvider.java 22 import com.android.tradefed.config.Option;
31 @Option(name="cts-install-path", description="the path to the cts installation to use")
  /external/chromium/third_party/libjingle/source/talk/base/
asyncpacketsocket.h 62 virtual int GetOption(Socket::Option opt, int* value) = 0;
63 virtual int SetOption(Socket::Option opt, int value) = 0;
asyncudpsocket.h 55 virtual int GetOption(Socket::Option opt, int* value);
56 virtual int SetOption(Socket::Option opt, int value);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.h 56 virtual int SetOption(talk_base::Socket::Option opt, int value);
61 typedef std::pair<talk_base::Socket::Option, int> OptionPair;
  /external/chromium_org/ppapi/generators/
idl_lint.py 13 from idl_option import GetOption, Option, ParseOptions
18 Option('wcomment', 'Disable warning for missing comment.')
19 Option('wenum', 'Disable warning for missing enum value.')
20 Option('winline', 'Disable warning for inline blocks.')
21 Option('wname', 'Disable warning for inconsistent interface name.')
22 Option('wnone', 'Disable all warnings.')
23 Option('wparam', 'Disable warning for missing [in|out|inout] on param.')
24 Option('wpass', 'Disable warning for mixed passByValue and returnByValue.')
idl_option.py 15 raise RuntimeError('Could not find option "%s".' % name)
18 class Option(object):
22 # Verify this option is not a duplicate
24 raise RuntimeError('Option "%s" already exists.' % name)
37 # If this is a boolean option, set it to true
50 def DumpOption(option):
51 if len(option.name) > 1:
52 out = ' --%-15.15s\t%s' % (option.name, option.desc)
54 out = ' -%-15.15s\t%s' % (option.name, option.desc
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncpacketsocket.h 69 virtual int GetOption(Socket::Option opt, int* value) = 0;
70 virtual int SetOption(Socket::Option opt, int value) = 0;
asyncudpsocket.h 60 virtual int GetOption(Socket::Option opt, int* value);
61 virtual int SetOption(Socket::Option opt, int value);
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 56 StringRef Option = DiagnosticIDs::getWarningOptionForDiag(ID);
57 if (!Option.empty()) {
59 *Disable = cxstring::createDup((Twine("-Wno-") + Option).str());
60 return cxstring::createDup((Twine("-W") + Option).str());
  /external/llvm/unittests/Option/
Makefile 1 ##===- unittests/Option/Makefile ---------------------------*- Makefile -*-===##
11 TESTNAME = Option
12 LINK_COMPONENTS := option support
22 $(Echo) "Building Driver Option tables with tblgen"
  /external/smali/smali/src/main/java/org/jf/smali/
main.java 116 Option[] options = commandLine.getOptions();
119 Option option = options[i]; local
120 String opt = option.getOpt();
365 Option versionOption = OptionBuilder.withLongOpt("version")
369 Option helpOption = OptionBuilder.withLongOpt("help")
373 Option outputOption = OptionBuilder.withLongOpt("output")
379 Option allowOdexOption = OptionBuilder.withLongOpt("allow-odex-instructions")
385 Option apiLevelOption = OptionBuilder.withLongOpt("api-level")
392 Option dumpOption = OptionBuilder.withLongOpt("dump-to"
    [all...]

Completed in 254 milliseconds

1 2 3 4 5 6 7 8 9