LLVM 19.0.0git
Classes | Typedefs | Variables
llvm::TableGen::Emitter Namespace Reference

Classes

struct  Opt
 
class  OptClass
 
struct  OptCreatorT
 

Typedefs

using FnT = void(*)(RecordKeeper &Records, raw_ostream &OS)
 

Variables

ManagedStatic< cl::opt< FnT >, OptCreatorTAction
 

Typedef Documentation

◆ FnT

using llvm::TableGen::Emitter::FnT = typedef void (*)(RecordKeeper &Records, raw_ostream &OS)

Definition at line 27 of file TableGenBackend.h.

Variable Documentation

◆ Action

ManagedStatic< cl::opt< FnT >, OptCreatorT > llvm::TableGen::Emitter::Action

Definition at line 26 of file TableGenBackend.cpp.

Referenced by llvm::TableGen::Emitter::Opt::Opt(), and llvm::TableGenMain().