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

  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp 156 /// LookupOption - Lookup the option specified by the specified option on the
159 static Option *LookupOption(StringRef &Arg, StringRef &Value,
678 Handler = LookupOption(ArgName, Value, Opts);
690 Handler = LookupOption(ArgName, Value, Opts);
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 330 Option *LookupOption(SubCommand &Sub, StringRef &Arg, StringRef &Value);
396 /// LookupOption - Lookup the option specified by the specified option on the
399 Option *CommandLineParser::LookupOption(SubCommand &Sub, StringRef &Arg,
    [all...]

Completed in 419 milliseconds