HomeSort by relevance Sort by last modified time
    Searched defs:FileNo (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 169 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
493 bool PTXMCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo,
498 return EmitDwarfFileDirective(FileNo, "", Filename);
501 return EmitDwarfFileDirective(FileNo, "", FullPathName);
504 OS << "\t.file\t" << FileNo << ' ';
507 return this->MCStreamer::EmitDwarfFileDirective(FileNo, Directory, Filename);
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 208 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
210 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
771 bool MCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
775 return EmitDwarfFileDirective(FileNo, "", Filename);
779 return EmitDwarfFileDirective(FileNo, "", FullPathName);
783 OS << "\t.file\t" << FileNo << ' ';
791 return this->MCStreamer::EmitDwarfFileDirective(FileNo, Directory, Filename);
794 void MCAsmStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
799 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags,
804 OS << "\t.loc\t" << FileNo << " " << Line << " " << Column
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 862 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
866 inline int FileNo(FILE* file) { return _fileno(file); }
878 inline int FileNo(FILE* file) { return fileno(file); }
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 291 milliseconds