Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
DMCLabel.h23 class MCLabel {
30 MCLabel(unsigned instance) : Instance(instance) {} in MCLabel() function
33 MCLabel(const MCLabel &) = delete;
34 MCLabel &operator=(const MCLabel &) = delete;
49 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) {
DMCContext.h47 class MCLabel; variable
127 DenseMap<unsigned, MCLabel *> Instances;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCLabel.h23 class MCLabel {
30 MCLabel(unsigned instance) : Instance(instance) {} in MCLabel() function
33 MCLabel(const MCLabel &) = delete;
34 MCLabel &operator=(const MCLabel &) = delete;
49 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) {
DMCContext.h46 class MCLabel; variable
124 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-10.0/llvm/lib/MC/
DMCLabel.cpp17 void MCLabel::print(raw_ostream &OS) const { in print()
22 LLVM_DUMP_METHOD void MCLabel::dump() const { in dump()
DCMakeLists.txt26 MCLabel.cpp
DMCContext.cpp231 MCLabel *&Label = Instances[LocalLabelVal]; in NextInstance()
233 Label = new (*this) MCLabel(0); in NextInstance()
238 MCLabel *&Label = Instances[LocalLabelVal]; in GetInstance()
240 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/llvm-project/llvm/lib/MC/
DMCLabel.cpp17 void MCLabel::print(raw_ostream &OS) const { in print()
22 LLVM_DUMP_METHOD void MCLabel::dump() const { in dump()
DCMakeLists.txt27 MCLabel.cpp
DMCContext.cpp253 MCLabel *&Label = Instances[LocalLabelVal]; in NextInstance()
255 Label = new (*this) MCLabel(0); in NextInstance()
260 MCLabel *&Label = Instances[LocalLabelVal]; in GetInstance()
262 Label = new (*this) MCLabel(0); in GetInstance()
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/MC/
DBUILD.gn38 "MCLabel.cpp",