Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCLabel.h26 class MCLabel {
32 MCLabel(unsigned instance) in MCLabel() function
35 MCLabel(const MCLabel&) LLVM_DELETED_FUNCTION;
36 void operator=(const MCLabel&) LLVM_DELETED_FUNCTION;
52 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) {
DMCContext.h29 class MCLabel; variable
80 DenseMap<unsigned, MCLabel *> Instances;
/external/llvm/lib/MC/
DMCLabel.cpp15 void MCLabel::print(raw_ostream &OS) const { in print()
20 void MCLabel::dump() const { in dump()
DMCContext.cpp164 MCLabel *&Label = Instances[LocalLabelVal]; in NextInstance()
166 Label = new (*this) MCLabel(0); in NextInstance()
171 MCLabel *&Label = Instances[LocalLabelVal]; in GetInstance()
173 Label = new (*this) MCLabel(0); in GetInstance()
DCMakeLists.txt22 MCLabel.cpp
DAndroid.mk24 MCLabel.cpp \