Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A 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) {
H A DMCContext.h47 class MCLabel; variable
167 DenseMap<unsigned, MCLabel *> Instances;
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCLabel.cpp17 void MCLabel::print(raw_ostream &OS) const { in print()
22 LLVM_DUMP_METHOD void MCLabel::dump() const { in dump()
H A DCMakeLists.txt30 MCLabel.cpp
H A DMCContext.cpp331 MCLabel *&Label = Instances[LocalLabelVal]; in NextInstance()
333 Label = new (*this) MCLabel(0); in NextInstance()
338 MCLabel *&Label = Instances[LocalLabelVal]; in GetInstance()
340 Label = new (*this) MCLabel(0); in GetInstance()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/MC/
H A DBUILD.gn42 "MCLabel.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5373 llvm/include/llvm/MC/MCLabel.h