LLVM
8.0.1
|
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Option/OptSpecifier.h"
#include "llvm/Option/OptTable.h"
#include "llvm/Support/ErrorHandling.h"
#include <cassert>
#include <string>
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 | |
This class represents lattice values for constants. | |
llvm::opt | |
Typedefs | |
using | llvm::opt::ArgStringList = SmallVector< const char *, 16 > |
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... | |