llvm::AsmPrinter::emitEndOfAsmFile

Emit target-specific content at the end of the assembly file.

Synopsis

Declared in <llvm/CodeGen/AsmPrinter.h>

virtual
void
emitEndOfAsmFile(Module& M);

Parameters

NameDescription
MModule being emitted.