Home
last modified time | relevance | path

Searched refs:MCLabel (Results 1 – 7 of 7) 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.h33 class MCLabel; variable
93 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.cpp158 MCLabel *&Label = Instances[LocalLabelVal]; in NextInstance()
160 Label = new (*this) MCLabel(0); in NextInstance()
165 MCLabel *&Label = Instances[LocalLabelVal]; in GetInstance()
167 Label = new (*this) MCLabel(0); in GetInstance()
DCMakeLists.txt24 MCLabel.cpp
DAndroid.mk26 MCLabel.cpp \
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch1148 + MCLabel.cpp \