Searched refs:MCLabel (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/MC/
H A DMCLabel.cpp1 //===- lib/MC/MCLabel.cpp - MCLabel implementation ----------------------===//
10 #include "llvm/MC/MCLabel.h"
15 void MCLabel::print(raw_ostream &OS) const {
20 void MCLabel::dump() const {
H A DAndroid.mk26 MCLabel.cpp \
H A DMCContext.cpp15 #include "llvm/MC/MCLabel.h"
158 MCLabel *&Label = Instances[LocalLabelVal];
160 Label = new (*this) MCLabel(0);
165 MCLabel *&Label = Instances[LocalLabelVal];
167 Label = new (*this) MCLabel(0);
/external/llvm/include/llvm/MC/
H A DMCLabel.h1 //===- MCLabel.h - Machine Code Directional Local Labels --------*- C++ -*-===//
10 // This file contains the declaration of the MCLabel class.
23 /// MCLabel - Instances of this class represent a label name in the MC file,
24 /// and MCLabel are created and unique'd by the MCContext class. MCLabel
26 class MCLabel { class in namespace:llvm
32 MCLabel(unsigned instance) function in class:llvm::MCLabel
35 MCLabel(const MCLabel&) LLVM_DELETED_FUNCTION;
36 void operator=(const MCLabel
[all...]
H A DMCContext.h33 class MCLabel;
93 DenseMap<unsigned, MCLabel *> Instances;

Completed in 3376 milliseconds