Searched defs:FileNo (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCPureStreamer.cpp96 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, argument
H A DMCNullStreamer.cpp87 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, argument
91 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, argument
H A DMCStreamer.cpp146 bool MCStreamer::EmitDwarfFileDirective(unsigned FileNo, argument
152 void MCStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line, argument
H A DMCAsmStreamer.cpp793 bool MCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, argument
805 OS << "\t.file\t" << FileNo << ' '; local
816 void MCAsmStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line, argument
[all...]
/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

Completed in 197 milliseconds