LLVM  8.0.1
Classes | Namespaces
ArgList.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Option/Arg.h"
#include "llvm/Option/OptSpecifier.h"
#include "llvm/Option/Option.h"
#include <algorithm>
#include <cstddef>
#include <initializer_list>
#include <iterator>
#include <list>
#include <memory>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for ArgList.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::opt::arg_iterator< BaseIter, NumOptSpecifiers >
 arg_iterator - Iterates through arguments stored inside an ArgList. More...
 
class  llvm::opt::ArgList
 ArgList - Ordered collection of driver arguments. More...
 
class  llvm::opt::InputArgList
 
class  llvm::opt::DerivedArgList
 DerivedArgList - An ordered collection of driver arguments, whose storage may be in another argument list. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::opt