My Project
Classes | Namespaces | Typedefs
GenInfo.h File Reference
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/StringRef.h"
#include <functional>
Include dependency graph for GenInfo.h:

Go to the source code of this file.

Classes

class  mlir::GenInfo
 
struct  mlir::GenRegistration
 

Namespaces

 llvm
 
 mlir
 

Typedefs

using mlir::GenFunction = std::function< bool(const llvm::RecordKeeper &recordKeeper, raw_ostream &os)>
 Generator function to invoke. More...