|
LLVM
3.7.0
|
Instances of this class represent a label name in the MC file, and MCLabel are created and uniqued by the MCContext class. More...
#include <MCLabel.h>
Public Member Functions | |
| unsigned | getInstance () const |
| Get the current instance of this Directional Local Label. More... | |
| unsigned | incInstance () |
| Increment the current instance of this Directional Local Label. More... | |
| void | print (raw_ostream &OS) const |
Print the value to the stream OS. More... | |
| void | dump () const |
| Print the value to stderr. More... | |
Friends | |
| class | MCContext |
Instances of this class represent a label name in the MC file, and MCLabel are created and uniqued by the MCContext class.
MCLabel should only be constructed for valid instances in the object file.
| void MCLabel::dump | ( | ) | const |
Print the value to stderr.
Definition at line 20 of file MCLabel.cpp.
References llvm::dbgs(), and print().
|
inline |
|
inline |
| void MCLabel::print | ( | raw_ostream & | OS | ) | const |
Print the value to the stream OS.
Definition at line 15 of file MCLabel.cpp.
References getInstance().
Referenced by dump(), and llvm::operator<<().
1.8.6