Searched refs:FileNo (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCNullStreamer.cpp87 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, argument
91 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, argument
H A DMCAsmStreamer.cpp209 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
211 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
793 bool MCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, argument
797 return EmitDwarfFileDirective(FileNo, "", Filename);
801 return EmitDwarfFileDirective(FileNo, "", FullPathName);
805 OS << "\t.file\t" << FileNo << ' '; local
813 return this->MCStreamer::EmitDwarfFileDirective(FileNo, Directory, Filename);
816 void MCAsmStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line, argument
821 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags,
826 OS << "\t.loc\t" << FileNo << " " << Lin
[all...]
H A DMCStreamer.cpp146 bool MCStreamer::EmitDwarfFileDirective(unsigned FileNo, argument
149 return getContext().GetDwarfFile(Directory, Filename, FileNo) == 0;
152 void MCStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line, argument
157 getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa,
H A DMCPureStreamer.cpp96 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, argument
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCStreamer.h477 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
482 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1578 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); } function in namespace:testing::internal::posix
1582 inline int FileNo(FILE* file) { return _fileno(file); } function in namespace:testing::internal::posix
1594 inline int FileNo(FILE* file) { return fileno(file); }
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest.cc2600 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);

Completed in 112 milliseconds