Lines Matching refs:FileNo
64 void printDwarfFileDirective(unsigned FileNo, StringRef Directory,
292 unsigned FileNo, StringRef Directory, StringRef Filename,
300 void emitDwarfLocDirective(unsigned FileNo, unsigned Line, unsigned Column,
306 bool emitCVFileDirective(unsigned FileNo, StringRef Filename,
313 void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
345 void emitCVFileChecksumOffsetDirective(unsigned FileNo) override;
1629 unsigned FileNo, StringRef Directory, StringRef Filename, in printDwarfFileDirective() argument
1645 OS << "\t.file\t" << FileNo << ' '; in printDwarfFileDirective()
1660 unsigned FileNo, StringRef Directory, StringRef Filename, in tryEmitDwarfFileDirective() argument
1669 getContext().getDwarfVersion(), FileNo); in tryEmitDwarfFileDirective()
1672 FileNo = FileNoOrErr.get(); in tryEmitDwarfFileDirective()
1678 return FileNo; in tryEmitDwarfFileDirective()
1682 printDwarfFileDirective(FileNo, Directory, Filename, Checksum, Source, in tryEmitDwarfFileDirective()
1690 return FileNo; in tryEmitDwarfFileDirective()
1720 void MCAsmStreamer::emitDwarfLocDirective(unsigned FileNo, unsigned Line, in emitDwarfLocDirective() argument
1730 this->MCStreamer::emitDwarfLocDirective(FileNo, Line, Column, Flags, Isa, in emitDwarfLocDirective()
1735 OS << "\t.loc\t" << FileNo << " " << Line << " " << Column; in emitDwarfLocDirective()
1766 this->MCStreamer::emitDwarfLocDirective(FileNo, Line, Column, Flags, Isa, in emitDwarfLocDirective()
1776 bool MCAsmStreamer::emitCVFileDirective(unsigned FileNo, StringRef Filename, in emitCVFileDirective() argument
1779 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in emitCVFileDirective()
1783 OS << "\t.cv_file\t" << FileNo << ' '; in emitCVFileDirective()
1815 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() argument
1820 if (!checkCVLocSection(FunctionId, FileNo, Loc)) in emitCVLocDirective()
1823 OS << "\t.cv_loc\t" << FunctionId << " " << FileNo << " " << Line << " " in emitCVLocDirective()
1923 void MCAsmStreamer::emitCVFileChecksumOffsetDirective(unsigned FileNo) { in emitCVFileChecksumOffsetDirective() argument
1924 OS << "\t.cv_filechecksumoffset\t" << FileNo; in emitCVFileChecksumOffsetDirective()