Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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
74 DenseMap<unsigned, MCLabel *> Instances;
/external/llvm/include/llvm/MC/
DMCLabel.h26 class MCLabel {
32 MCLabel(unsigned instance) : Instance(instance) {} in MCLabel() function
34 MCLabel(const MCLabel &) = delete;
35 void operator=(const MCLabel &) = delete;
51 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) {
DMCContext.h36 class MCLabel; variable
109 DenseMap<unsigned, MCLabel *> Instances;
/external/swiftshader/third_party/LLVM/lib/MC/
DMCLabel.cpp15 void MCLabel::print(raw_ostream &OS) const { in print()
19 void MCLabel::dump() const { in dump()
DMCContext.cpp120 MCLabel *&Label = Instances[LocalLabelVal]; in NextInstance()
122 Label = new (*this) MCLabel(0); in NextInstance()
127 MCLabel *&Label = Instances[LocalLabelVal]; in GetInstance()
129 Label = new (*this) MCLabel(0); in GetInstance()
/external/llvm/lib/MC/
DMCLabel.cpp15 void MCLabel::print(raw_ostream &OS) const { in print()
20 LLVM_DUMP_METHOD void MCLabel::dump() const { in dump()
DMCContext.cpp223 MCLabel *&Label = Instances[LocalLabelVal]; in NextInstance()
225 Label = new (*this) MCLabel(0); in NextInstance()
230 MCLabel *&Label = Instances[LocalLabelVal]; in GetInstance()
232 Label = new (*this) MCLabel(0); in GetInstance()
DCMakeLists.txt23 MCLabel.cpp
/external/swiftshader/third_party/LLVM/
DAndroid.mk189 lib/MC/MCLabel.cpp \