Lines Matching full:fileno
210 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
212 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
820 bool MCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
824 return EmitDwarfFileDirective(FileNo, "", Filename, CUID);
828 return EmitDwarfFileDirective(FileNo, "", FullPathName, CUID);
832 OS << "\t.file\t" << FileNo << ' ';
842 return this->MCStreamer::EmitDwarfFileDirective(FileNo, Directory, Filename,
846 void MCAsmStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
851 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags,
856 OS << "\t.loc\t" << FileNo << " " << Line << " " << Column;