Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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.h49 class MCLabel; variable
146 DenseMap<unsigned, MCLabel *> Instances;
/netbsd/external/apache2/llvm/dist/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.txt27 MCLabel.cpp
H A DMCContext.cpp304 MCLabel *&Label = Instances[LocalLabelVal]; in NextInstance()
306 Label = new (*this) MCLabel(0); in NextInstance()
311 MCLabel *&Label = Instances[LocalLabelVal]; in GetInstance()
313 Label = new (*this) MCLabel(0); in GetInstance()
/netbsd/external/apache2/llvm/lib/libLLVMMC/
H A DMakefile35 MCLabel.cpp \
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/MC/
H A DBUILD.gn39 "MCLabel.cpp",