13#ifndef LLVM_TABLEGEN_MAIN_H
14#define LLVM_TABLEGEN_MAIN_H
28 std::function<TableGenMainFn> MainFn =
nullptr);
This class implements an extremely fast bulk output stream that can only output to a stream.
This is an optimization pass for GlobalISel generic memory operations.
bool(raw_ostream &OS, RecordKeeper &Records) TableGenMainFn
Perform the action using Records, and write output to OS.
int TableGenMain(const char *argv0, std::function< TableGenMainFn > MainFn=nullptr)