Home
last modified time | relevance | path

Searched refs:MCLabel (Results 1 – 20 of 20) 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/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/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
/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.mk190 lib/MC/MCLabel.cpp \
DAndroid.bp251 "lib/MC/MCLabel.cpp",
DBUILD.gn256 "lib/MC/MCLabel.cpp",
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk489 llvm/lib/MC/MCLabel.cpp \
DBUILD.gn313 "llvm/lib/MC/MCLabel.cpp",
/external/swiftshader/
DCMakeLists.txt1155 ${LLVM_DIR}/lib/MC/MCLabel.cpp