Lines Matching refs:Line
117 /// AddBlankLine - Emit a blank line to a .s file to pretty it up.
205 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
275 // Each comment goes on its own line.
294 // Emit a line of comments.
779 void MCAsmStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
784 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags,
789 OS << "\t.loc\t" << FileNo << " " << Line << " " << Column;
815 << Line << ':' << Column;
1283 // Dump out the dwarf file & directory tables and line tables.