Home
last modified time | relevance | path

Searched refs:MCLabel (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/MC/
DMCLabel.h24 class MCLabel {
30 MCLabel(unsigned instance) in MCLabel() function
33 MCLabel(const MCLabel&); // DO NOT IMPLEMENT
34 void operator=(const MCLabel&); // DO NOT IMPLEMENT
50 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) {
DMCContext.h26 class MCLabel; variable
77 DenseMap<unsigned, MCLabel *> Instances;
/external/llvm/lib/MC/
DMCLabel.cpp15 void MCLabel::print(raw_ostream &OS) const { in print()
19 void MCLabel::dump() const { in dump()
DMCContext.cpp123 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()
DCMakeLists.txt18 MCLabel.cpp
DAndroid.mk22 MCLabel.cpp \