Home | History | Annotate | Download | only in MC

Lines Matching defs:MCLabel

1 //===- MCLabel.h - Machine Code Directional Local Labels --------*- C++ -*-===//
10 // This file contains the declaration of the MCLabel class.
22 /// and MCLabel are created and uniqued by the MCContext class. MCLabel
24 class MCLabel {
31 MCLabel(unsigned instance) : Instance(instance) {}
34 MCLabel(const MCLabel &) = delete;
35 MCLabel &operator=(const MCLabel &) = delete;
50 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) {