LLVM API Documentation
#include <CommandLine.h>
Public Member Functions | |
void | setInitialValue (const DataType &V) |
ParserClass & | getParser () |
template<class T > | |
DataType & | operator= (const T &Val) |
template<class M0t > | |
opt (const M0t &M0) | |
template<class M0t , class M1t > | |
opt (const M0t &M0, const M1t &M1) | |
template<class M0t , class M1t , class M2t > | |
opt (const M0t &M0, const M1t &M1, const M2t &M2) | |
template<class M0t , class M1t , class M2t , class M3t > | |
opt (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) | |
template<class M0t , class M1t , class M2t , class M3t , class M4t > | |
opt (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) | |
template<class M0t , class M1t , class M2t , class M3t , class M4t , class M5t > | |
opt (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) | |
template<class M0t , class M1t , class M2t , class M3t , class M4t , class M5t , class M6t > | |
opt (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) | |
template<class M0t , class M1t , class M2t , class M3t , class M4t , class M5t , class M6t , class M7t > | |
opt (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) |
Definition at line 1156 of file CommandLine.h.
llvm::cl::opt< DataType, ExternalStorage, ParserClass >::opt | ( | const M0t & | M0 | ) | [inline, explicit] |
Definition at line 1210 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::opt< DataType, ExternalStorage, ParserClass >::opt | ( | const M0t & | M0, |
const M1t & | M1 | ||
) | [inline] |
Definition at line 1217 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::opt< DataType, ExternalStorage, ParserClass >::opt | ( | const M0t & | M0, |
const M1t & | M1, | ||
const M2t & | M2 | ||
) | [inline] |
Definition at line 1224 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::opt< DataType, ExternalStorage, ParserClass >::opt | ( | const M0t & | M0, |
const M1t & | M1, | ||
const M2t & | M2, | ||
const M3t & | M3 | ||
) | [inline] |
Definition at line 1231 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::opt< DataType, ExternalStorage, ParserClass >::opt | ( | const M0t & | M0, |
const M1t & | M1, | ||
const M2t & | M2, | ||
const M3t & | M3, | ||
const M4t & | M4 | ||
) | [inline] |
Definition at line 1238 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::opt< DataType, ExternalStorage, ParserClass >::opt | ( | const M0t & | M0, |
const M1t & | M1, | ||
const M2t & | M2, | ||
const M3t & | M3, | ||
const M4t & | M4, | ||
const M5t & | M5 | ||
) | [inline] |
Definition at line 1247 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::opt< DataType, ExternalStorage, ParserClass >::opt | ( | const M0t & | M0, |
const M1t & | M1, | ||
const M2t & | M2, | ||
const M3t & | M3, | ||
const M4t & | M4, | ||
const M5t & | M5, | ||
const M6t & | M6 | ||
) | [inline] |
Definition at line 1256 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::opt< DataType, ExternalStorage, ParserClass >::opt | ( | const M0t & | M0, |
const M1t & | M1, | ||
const M2t & | M2, | ||
const M3t & | M3, | ||
const M4t & | M4, | ||
const M5t & | M5, | ||
const M6t & | M6, | ||
const M7t & | M7 | ||
) | [inline] |
Definition at line 1266 of file CommandLine.h.
References llvm::cl::apply().
ParserClass& llvm::cl::opt< DataType, ExternalStorage, ParserClass >::getParser | ( | ) | [inline] |
Definition at line 1200 of file CommandLine.h.
DataType& llvm::cl::opt< DataType, ExternalStorage, ParserClass >::operator= | ( | const T & | Val | ) | [inline] |
void llvm::cl::opt< DataType, ExternalStorage, ParserClass >::setInitialValue | ( | const DataType & | V | ) | [inline] |
Definition at line 1198 of file CommandLine.h.
References llvm::cl::opt_storage< DataType, ExternalStorage, std::is_class< DataType >::value >::setValue().