Home | History | Annotate | Download | only in MC

Lines Matching refs:Line

119   /// AddBlankLine - Emit a blank line to a .s file to pretty it up.
212 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
292 // Each comment goes on its own line.
311 // Emit a line of comments.
846 void MCAsmStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
851 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags,
856 OS << "\t.loc\t" << FileNo << " " << Line << " " << Column;
882 << Line << ':' << Column;
1411 // Dump out the dwarf file & directory tables and line tables.