LLVM
8.0.1
|
Classes | |
class | Arg |
A concrete instance of a particular driver option. More... | |
class | arg_iterator |
arg_iterator - Iterates through arguments stored inside an ArgList. More... | |
class | ArgList |
ArgList - Ordered collection of driver arguments. More... | |
class | DerivedArgList |
DerivedArgList - An ordered collection of driver arguments, whose storage may be in another argument list. More... | |
class | InputArgList |
class | Option |
Option - Abstract representation for a single form of driver argument. More... | |
class | OptSpecifier |
OptSpecifier - Wrapper class for abstracting references to option IDs. More... | |
class | OptTable |
Provide access to the Option info table. More... | |
Typedefs | |
using | ArgStringList = SmallVector< const char *, 16 > |
ArgStringList - Type used for constructing argv lists for subprocesses. More... | |
Enumerations | |
enum | DriverFlag { HelpHidden = (1 << 0), RenderAsInput = (1 << 1), RenderJoined = (1 << 2), RenderSeparate = (1 << 3) } |
Base flags for all options. Custom flags may be added after. More... | |
Functions | |
static int | StrCmpOptionNameIgnoreCase (const char *A, const char *B) |
static int | StrCmpOptionName (const char *A, const char *B) |
static bool | operator< (const OptTable::Info &A, const OptTable::Info &B) |
static bool | operator< (const OptTable::Info &I, const char *Name) |
using llvm::opt::ArgStringList = typedef SmallVector<const char *, 16> |
|
inlinestatic |
Definition at line 66 of file OptTable.cpp.
References assert(), llvm::opt::Option::JoinedClass, llvm::opt::OptTable::Info::Kind, N, llvm::opt::OptTable::Info::Name, llvm::opt::OptTable::Info::Prefixes, and StrCmpOptionName().
|
inlinestatic |
Definition at line 89 of file OptTable.cpp.
References llvm::opt::OptTable::Info::Name, and StrCmpOptionNameIgnoreCase().
Definition at line 60 of file OptTable.cpp.
References N, and StrCmpOptionNameIgnoreCase().
Referenced by operator<().
Definition at line 39 of file OptTable.cpp.
Referenced by operator<(), and StrCmpOptionName().