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

  /external/llvm/lib/MC/
MCAsmStreamer.cpp 210 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
212 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
820 bool MCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
824 return EmitDwarfFileDirective(FileNo, "", Filename, CUID);
828 return EmitDwarfFileDirective(FileNo, "", FullPathName, CUID);
832 OS << "\t.file\t" << FileNo << ' ';
842 return this->MCStreamer::EmitDwarfFileDirective(FileNo, Directory, Filename,
846 void MCAsmStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
851 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags,
856 OS << "\t.loc\t" << FileNo << " " << Line << " " << Column
    [all...]
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 870 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
874 inline int FileNo(FILE* file) { return _fileno(file); }
886 inline int FileNo(FILE* file) { return fileno(file); }
    [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/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 876 milliseconds