10 #ifndef LLVM_LIB_TARGET_SYSTEMZ_SYSTEMZASMPRINTER_H 11 #define LLVM_LIB_TARGET_SYSTEMZ_SYSTEMZASMPRINTER_H 21 class MachineBasicBlock;
38 void EmitEndOfAsmFile(
Module &M)
override;
39 bool PrintAsmOperand(
const MachineInstr *MI,
unsigned OpNo,
40 unsigned AsmVariant,
const char *ExtraCode,
42 bool PrintAsmMemoryOperand(
const MachineInstr *MI,
unsigned OpNo,
43 unsigned AsmVariant,
const char *ExtraCode,
This class represents lattice values for constants.
A Module instance is used to store all the information related to an LLVM module. ...
SystemZAsmPrinter(TargetMachine &TM, std::unique_ptr< MCStreamer > Streamer)
bool doInitialization(Module &M) override
Set up the AsmPrinter when we are working on a new module.
This class is intended to be used as a driving class for all asm writers.
Abstract base class for all machine specific constantpool value subclasses.
StringRef getPassName() const override
getPassName - Return a nice clean name for a pass.
Representation of each machine instruction.
bool doInitialization(Module &M) override
Set up the AsmPrinter when we are working on a new module.
#define LLVM_LIBRARY_VISIBILITY
LLVM_LIBRARY_VISIBILITY - If a class marked with this attribute is linked into a shared library...
This class implements an extremely fast bulk output stream that can only output to a stream...
Primary interface to the complete machine description for the target machine.
StringRef - Represent a constant reference to a string, i.e.