OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findOption
(Results
1 - 12
of
12
) sorted by null
/external/llvm/include/llvm/IR/
LegacyPassNameParser.h
71
if (
findOption
(P->getPassArgument()) != getNumOptions()) {
/external/swiftshader/third_party/LLVM/include/llvm/Support/
PassNameParser.h
70
if (
findOption
(P->getPassArgument()) != getNumOptions()) {
CommandLine.h
584
//
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);
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
LegacyPassNameParser.h
71
if (
findOption
(P->getPassArgument().data()) != getNumOptions()) {
/external/mesa3d/src/util/
xmlconfig.c
118
findOption
(const driOptionCache *cache, const char *name)
589
opt =
findOption
(cache, attrVal[OA_NAME]);
835
uint32_t opt =
findOption
(cache, name);
[
all
...]
/external/llvm/include/llvm/Support/
CommandLine.h
698
//
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);
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
CommandLine.h
727
//
findOption
- Return the option number corresponding to the specified
730
unsigned
findOption
(StringRef Name);
791
assert(
findOption
(Name) == Values.size() && "Option already exists!");
800
unsigned N =
findOption
(Name);
[
all
...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CommandLine.h
712
//
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);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp
[
all
...]
/external/llvm/lib/Support/
CommandLine.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
CommandLine.cpp
[
all
...]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp
[
all
...]
Completed in 407 milliseconds