LLVM 19.0.0git
Namespaces | Macros | Functions | Variables
TableGenBackendSkeleton.cpp File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/TableGen/TableGenBackend.h"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Macros

#define DEBUG_TYPE   "skeleton-emitter"
 

Functions

static void EmitSkeleton (RecordKeeper &RK, raw_ostream &OS)
 

Variables

static TableGen::Emitter::OptClass< SkeletonEmitter > X ("gen-skeleton-class", "Generate example skeleton class")
 
static TableGen::Emitter::Opt Y ("gen-skeleton-entry", EmitSkeleton, "Generate example skeleton entry")
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "skeleton-emitter"

Definition at line 16 of file TableGenBackendSkeleton.cpp.

Function Documentation

◆ EmitSkeleton()

static void EmitSkeleton ( RecordKeeper RK,
raw_ostream OS 
)
static

Definition at line 58 of file TableGenBackendSkeleton.cpp.

References OS.

Variable Documentation

◆ X

TableGen::Emitter::OptClass< SkeletonEmitter > X("gen-skeleton-class", "Generate example skeleton class") ( "gen-skeleton-class"  ,
"Generate example skeleton class"   
)
static

◆ Y

TableGen::Emitter::Opt Y("gen-skeleton-entry", EmitSkeleton, "Generate example skeleton entry") ( "gen-skeleton-entry"  ,
EmitSkeleton  ,
"Generate example skeleton entry"   
)
static