Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Label

57   MCSymbol *Label;   // Label in code ID number.
59 SrcLineInfo(unsigned L, unsigned C, unsigned S, MCSymbol *label)
60 : Line(L), Column(C), SourceID(S), Label(label) {}
66 MCSymbol *getLabel() const { return Label; }
221 // Maps instruction with label emitted before instruction.
224 // Maps instruction with label emitted after instruction.
232 // label location to indicate scope boundries in dwarf debug info.
393 /// \brief Emit initial Dwarf sections with a label at the start of each one.
521 /// label that was emitted and which provides correspondence to the
541 /// \brief Ensure that a label will be emitted before MI.
546 /// \brief Return Label preceding the instruction.
549 /// \brief Ensure that a label will be emitted after MI.
554 /// \brief Return Label immediately following the instruction.
601 /// \brief Add a label so that arange data can be generated for it.