17#define DEBUG_TYPE "skeleton-emitter"
31class SkeletonEmitter {
54 X(
"gen-skeleton-class",
"Generate example skeleton class");
61 SkeletonEmitter(RK).run(
OS);
65 "Generate example skeleton entry");
This file defines DenseMapInfo traits for DenseMap.
static TableGen::Emitter::Opt Y("gen-skeleton-entry", EmitSkeleton, "Generate example skeleton entry")
static void EmitSkeleton(RecordKeeper &RK, raw_ostream &OS)
static TableGen::Emitter::OptClass< SkeletonEmitter > X("gen-skeleton-class", "Generate example skeleton class")
This class implements an extremely fast bulk output stream that can only output to a stream.
PointerTypeMap run(const Module &M)
Compute the PointerTypeMap for the module M.
This is an optimization pass for GlobalISel generic memory operations.
void emitSourceFileHeader(StringRef Desc, raw_ostream &OS)
emitSourceFileHeader - Output an LLVM style file header to the specified raw_ostream.