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

  /external/llvm/include/llvm/Support/
PassNameParser.h 70 if (findOption(P->getPassArgument()) != getNumOptions()) {
CommandLine.h 611 // findOption - Return the option number corresponding to the specified
614 unsigned findOption(const char *Name);
672 assert(findOption(Name) == Values.size() && "Option already exists!");
681 unsigned N = findOption(Name);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.c 109 static GLuint findOption (const driOptionCache *cache, const char *name) {
565 opt = findOption (cache, attrVal[OA_NAME]);
813 GLuint opt = findOption (cache, name);
1018 GLuint i = findOption (cache, name);
1023 GLuint i = findOption (cache, name);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 109 static GLuint findOption (const driOptionCache *cache, const char *name) {
565 opt = findOption (cache, attrVal[OA_NAME]);
813 GLuint opt = findOption (cache, name);
1018 GLuint i = findOption (cache, name);
1023 GLuint i = findOption (cache, name);
    [all...]
  /external/oprofile/libpopt/
popt.c 472 findOption(const struct poptOption * opt, /*@null@*/ const char * longName,
497 opt2 = findOption(arg, longName, shortName, callback,
801 opt = findOption(con->options, optString, '\0', &cb, &cbData,
838 opt = findOption(con->options, NULL, *origOptString, &cb,
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]

Completed in 134 milliseconds