Home | History | Annotate | Download | only in Support

Lines Matching refs:findOption

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);