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