Searched refs:MCLabel (Results 1 – 6 of 6) sorted by relevance
24 class MCLabel {30 MCLabel(unsigned instance) in MCLabel() function33 MCLabel(const MCLabel&); // DO NOT IMPLEMENT34 void operator=(const MCLabel&); // DO NOT IMPLEMENT50 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) {
26 class MCLabel; variable77 DenseMap<unsigned, MCLabel *> Instances;
15 void MCLabel::print(raw_ostream &OS) const { in print()19 void MCLabel::dump() const { in dump()
123 MCLabel *&Label = Instances[LocalLabelVal]; in NextInstance()125 Label = new (*this) MCLabel(0); in NextInstance()130 MCLabel *&Label = Instances[LocalLabelVal]; in GetInstance()132 Label = new (*this) MCLabel(0); in GetInstance()
18 MCLabel.cpp
22 MCLabel.cpp \