13#ifndef LLVM_MC_MCLABEL_H
14#define LLVM_MC_MCLABEL_H
30 MCLabel(
unsigned instance) : Instance(instance) {}
Instances of this class represent a label name in the MC file, and MCLabel are created and uniqued by...
MCLabel(const MCLabel &)=delete
unsigned incInstance()
Increment the current instance of this Directional Local Label.
void print(raw_ostream &OS) const
Print the value to the stream OS.
void dump() const
Print the value to stderr.
unsigned getInstance() const
Get the current instance of this Directional Local Label.
MCLabel & operator=(const MCLabel &)=delete
This class implements an extremely fast bulk output stream that can only output to a stream.
This is an optimization pass for GlobalISel generic memory operations.
raw_ostream & operator<<(raw_ostream &OS, const APFixedPoint &FX)