#include "mlir/TableGen/GenInfo.h"
#include "mlir/TableGen/GenNameParser.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ManagedStatic.h"
usingnamespacemlir;
static llvm::ManagedStatic<std::vector<GenInfo>> generatorRegistry;
GenRegistration::GenRegistration(StringRef arg, StringRef description,
const GenFunction &function) { … }
GenNameParser::GenNameParser(llvm::cl::Option &opt)
: … { … }
void GenNameParser::printOptionInfo(const llvm::cl::Option &o,
size_t globalWidth) const { … }