Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCLabel.h24 class MCLabel {
31 MCLabel(unsigned instance) : Instance(instance) {} in MCLabel() function
34 MCLabel(const MCLabel &) = delete;
35 MCLabel &operator=(const MCLabel &) = delete;
50 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) {
DMCContext.h45 class MCLabel; variable
118 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/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-7.0/llvm/lib/MC/
DMCLabel.cpp18 void MCLabel::print(raw_ostream &OS) const { in print()
23 LLVM_DUMP_METHOD void MCLabel::dump() const { in dump()
DMCContext.cpp222 MCLabel *&Label = Instances[LocalLabelVal]; in NextInstance()
224 Label = new (*this) MCLabel(0); in NextInstance()
229 MCLabel *&Label = Instances[LocalLabelVal]; in GetInstance()
231 Label = new (*this) MCLabel(0); in GetInstance()
DCMakeLists.txt26 MCLabel.cpp