|
LLVM 22.0.0git
|
#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/Option/OptSpecifier.h"#include "llvm/Option/OptTable.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/ErrorHandling.h"#include <cassert>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 | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::opt |
Typedefs | |
| using | llvm::opt::ArgStringList = SmallVector<const char *, 16> |
| 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... | |
| enum | llvm::opt::DriverVisibility { llvm::opt::DefaultVis = (1 << 0) } |