Searched defs:FileNo (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/MC/ |
D | MCNullStreamer.cpp | 87 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, in EmitDwarfFileDirective() 91 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, in EmitDwarfLocDirective()
|
D | MCPureStreamer.cpp | 96 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, in EmitDwarfFileDirective()
|
D | MCStreamer.cpp | 146 bool MCStreamer::EmitDwarfFileDirective(unsigned FileNo, in EmitDwarfFileDirective() 152 void MCStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line, in EmitDwarfLocDirective()
|
D | MCAsmStreamer.cpp | 793 bool MCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, in EmitDwarfFileDirective() 816 void MCAsmStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line, in EmitDwarfLocDirective()
|