LLVM API Documentation
#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 |
Namespaces | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
| namespace | llvm::opt |
Typedefs | |
| typedef SmallVector< const char *, 16 > | llvm::opt::ArgStringList |
| ArgStringList - Type used for constructing argv lists for subprocesses. | |
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... | |