|
LLVM
3.7.0
|
#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/Option/OptTable.h"#include "llvm/Support/ErrorHandling.h"Go to the source code of this file.
Classes | |
| class | llvm::opt::Option |
| Option - Abstract representation for a single form of driver argument. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::opt | |
Typedefs | |
| typedef SmallVector< const char *, 16 > | llvm::opt::ArgStringList |
| ArgStringList - Type used for constructing argv lists for subprocesses. More... | |
Enumerations | |
| enum | llvm::opt::DriverFlag { llvm::opt::HelpHidden = (1 << 0), llvm::opt::RenderAsInput = (1 << 1), llvm::opt::RenderJoined = (1 << 2), llvm::opt::RenderSeparate = (1 << 3) } |
| Base flags for all options. Custom flags may be added after. More... | |
1.8.6