Searched refs:findOption (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h71 if (findOption(P->getPassArgument()) != getNumOptions()) {
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPassNameParser.h70 if (findOption(P->getPassArgument()) != getNumOptions()) {
H A DCommandLine.h584 // findOption - Return the option number corresponding to the specified
587 unsigned findOption(const char *Name);
646 assert(findOption(Name) == Values.size() && "Option already exists!");
655 unsigned N = findOption(Name);
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.c115 static uint32_t findOption (const driOptionCache *cache, const char *name) { function
569 opt = findOption (cache, attrVal[OA_NAME]);
801 uint32_t opt = findOption (cache, name);
1021 uint32_t i = findOption (cache, name);
1026 uint32_t i = findOption (cache, name);
1034 uint32_t i = findOption (cache, name);
1042 uint32_t i = findOption (cache, name);
1050 GLuint i = findOption (cache, name);
/external/llvm/include/llvm/Support/
H A DCommandLine.h698 // findOption - Return the option number corresponding to the specified
701 unsigned findOption(const char *Name);
760 assert(findOption(Name) == Values.size() && "Option already exists!");
769 unsigned N = findOption(Name);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h712 // findOption - Return the option number corresponding to the specified
715 unsigned findOption(StringRef Name);
774 assert(findOption(Name) == Values.size() && "Option already exists!");
783 unsigned N = findOption(Name);
/external/swiftshader/third_party/LLVM/lib/Support/
H A DCommandLine.cpp1051 // findOption - Return the option number corresponding to the specified
1054 unsigned generic_parser_base::findOption(const char *Name) { function in class:generic_parser_base
/external/llvm/lib/Support/
H A DCommandLine.cpp1529 // findOption - Return the option number corresponding to the specified
1532 unsigned generic_parser_base::findOption(const char *Name) { function in class:generic_parser_base
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp1554 // findOption - Return the option number corresponding to the specified
1557 unsigned generic_parser_base::findOption(StringRef Name) { function in class:generic_parser_base

Completed in 6184 milliseconds