LLVM API Documentation
#include <CommandLine.h>
Public Member Functions | |
| template<class T > | |
| void | addValue (const T &V) |
| unsigned | getBits () |
| template<class T > | |
| bool | isSet (const T &V) |
Definition at line 1501 of file CommandLine.h.
| void llvm::cl::bits_storage< DataType, bool >::addValue | ( | const T & | V | ) | [inline] |
Definition at line 1514 of file CommandLine.h.
References llvm::tgtok::Bits.
| unsigned llvm::cl::bits_storage< DataType, bool >::getBits | ( | ) | [inline] |
Definition at line 1518 of file CommandLine.h.
References llvm::tgtok::Bits.
| bool llvm::cl::bits_storage< DataType, bool >::isSet | ( | const T & | V | ) | [inline] |
Definition at line 1521 of file CommandLine.h.
References llvm::tgtok::Bits.