/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCLoggingStreamer.cpp | 211 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Filename) { in EmitDwarfFileDirective() argument 213 "FileNo:" + Twine(FileNo) + " Filename:" + Filename); in EmitDwarfFileDirective() 214 return Child->EmitDwarfFileDirective(FileNo, Filename); in EmitDwarfFileDirective() 217 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, in EmitDwarfLocDirective() argument 222 "FileNo:" + Twine(FileNo) + " Line:" + Twine(Line) + in EmitDwarfLocDirective() 225 return Child->EmitDwarfLocDirective(FileNo, Line, Column, Flags, in EmitDwarfLocDirective()
|
D | MCNullStreamer.cpp | 86 virtual bool EmitDwarfFileDirective(unsigned FileNo,StringRef Filename) { in EmitDwarfFileDirective() argument 89 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, in EmitDwarfLocDirective() argument
|
D | MCAsmStreamer.cpp | 199 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Filename); 200 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, 751 bool MCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, StringRef Filename){ in EmitDwarfFileDirective() argument 753 OS << "\t.file\t" << FileNo << ' '; in EmitDwarfFileDirective() 757 return this->MCStreamer::EmitDwarfFileDirective(FileNo, Filename); in EmitDwarfFileDirective() 760 void MCAsmStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line, in EmitDwarfLocDirective() argument 765 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags, in EmitDwarfLocDirective() 770 OS << "\t.loc\t" << FileNo << " " << Line << " " << Column; in EmitDwarfLocDirective()
|
D | MCStreamer.cpp | 144 bool MCStreamer::EmitDwarfFileDirective(unsigned FileNo, in EmitDwarfFileDirective() argument 146 return getContext().GetDwarfFile(Filename, FileNo) == 0; in EmitDwarfFileDirective() 149 void MCStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line, in EmitDwarfLocDirective() argument 154 getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa, in EmitDwarfLocDirective()
|
D | MCPureStreamer.cpp | 96 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Filename) { in EmitDwarfFileDirective() argument
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 209 unsigned EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, 212 void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, 218 unsigned EmitCVFileDirective(unsigned FileNo, StringRef Filename) override; 219 void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line, 989 unsigned MCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, in EmitDwarfFileDirective() argument 997 FileNo = Table.getFile(Directory, Filename, FileNo); in EmitDwarfFileDirective() 998 if (FileNo == 0) in EmitDwarfFileDirective() 1001 return FileNo; in EmitDwarfFileDirective() 1016 OS << "\t.file\t" << FileNo << ' '; in EmitDwarfFileDirective() 1024 return FileNo; in EmitDwarfFileDirective() [all …]
|
D | MCStreamer.cpp | 160 unsigned MCStreamer::EmitDwarfFileDirective(unsigned FileNo, in EmitDwarfFileDirective() argument 163 return getContext().getDwarfFile(Directory, Filename, FileNo, CUID); in EmitDwarfFileDirective() 166 void MCStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line, in EmitDwarfLocDirective() argument 171 getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa, in EmitDwarfLocDirective() 202 unsigned MCStreamer::EmitCVFileDirective(unsigned FileNo, StringRef Filename) { in EmitCVFileDirective() argument 203 return getContext().getCVFile(Filename, FileNo); in EmitCVFileDirective() 206 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() argument 210 getContext().setCurrentCVLoc(FunctionId, FileNo, Line, Column, PrologueEnd, in EmitCVLocDirective()
|
D | MCObjectStreamer.cpp | 300 void MCObjectStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line, in EmitDwarfLocDirective() argument 309 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags, in EmitDwarfLocDirective() 368 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() argument 376 this->MCStreamer::EmitCVLocDirective(FunctionId, FileNo, Line, Column, in EmitCVLocDirective()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 227 Expected<unsigned> tryEmitDwarfFileDirective(unsigned FileNo, 237 void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, 243 bool EmitCVFileDirective(unsigned FileNo, StringRef Filename, 250 void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line, 265 void EmitCVFileChecksumOffsetDirective(unsigned FileNo) override; 1127 static void printDwarfFileDirective(unsigned FileNo, StringRef Directory, in printDwarfFileDirective() argument 1146 OS << "\t.file\t" << FileNo << ' '; in printDwarfFileDirective() 1161 unsigned FileNo, StringRef Directory, StringRef Filename, in tryEmitDwarfFileDirective() argument 1168 Table.tryGetFile(Directory, Filename, Checksum, Source, FileNo); in tryEmitDwarfFileDirective() 1171 FileNo = FileNoOrErr.get(); in tryEmitDwarfFileDirective() [all …]
|
D | MCObjectStreamer.cpp | 374 void MCObjectStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line, in EmitDwarfLocDirective() argument 383 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags, in EmitDwarfLocDirective() 442 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() argument 450 this->MCStreamer::EmitCVLocDirective(FunctionId, FileNo, Line, Column, in EmitCVLocDirective() 486 void MCObjectStreamer::EmitCVFileChecksumOffsetDirective(unsigned FileNo) { in EmitCVFileChecksumOffsetDirective() argument 487 getContext().getCVContext().emitFileChecksumOffset(*this, FileNo); in EmitCVFileChecksumOffsetDirective()
|
D | MCStreamer.cpp | 194 MCStreamer::tryEmitDwarfFileDirective(unsigned FileNo, StringRef Directory, in tryEmitDwarfFileDirective() argument 199 return getContext().getDwarfFile(Directory, Filename, FileNo, Checksum, in tryEmitDwarfFileDirective() 212 void MCStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line, in EmitDwarfLocDirective() argument 217 getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa, in EmitDwarfLocDirective() 245 bool MCStreamer::EmitCVFileDirective(unsigned FileNo, StringRef Filename, in EmitCVFileDirective() argument 248 return getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective() 270 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() argument 288 CVC.setCurrentCVLoc(FunctionId, FileNo, Line, Column, PrologueEnd, IsStmt); in EmitCVLocDirective()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCCodeView.h | 186 void setCurrentCVLoc(unsigned FunctionId, unsigned FileNo, unsigned Line, in setCurrentCVLoc() argument 189 CurrentCVLoc.setFileNum(FileNo); in setCurrentCVLoc() 243 void emitFileChecksumOffset(MCObjectStreamer &OS, unsigned FileNo);
|
D | MCStreamer.h | 771 unsigned EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, 777 tryEmitDwarfFileDirective(FileNo, Directory, Filename, Checksum, 787 unsigned FileNo, StringRef Directory, StringRef Filename, 799 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, 807 virtual bool EmitCVFileDirective(unsigned FileNo, StringRef Filename, 821 virtual void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, 853 virtual void EmitCVFileChecksumOffsetDirective(unsigned FileNo) {} in EmitCVFileChecksumOffsetDirective() argument
|
D | MCObjectStreamer.h | 132 void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, 141 void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line, 156 void EmitCVFileChecksumOffsetDirective(unsigned FileNo) override;
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXMCAsmStreamer.cpp | 168 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Filename); 491 bool PTXMCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, in EmitDwarfFileDirective() argument 493 OS << "\t.file\t" << FileNo << ' '; in EmitDwarfFileDirective() 496 return this->MCStreamer::EmitDwarfFileDirective(FileNo, Filename); in EmitDwarfFileDirective()
|
/external/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 116 void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, 125 void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
|
D | MCStreamer.h | 672 virtual unsigned EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, 678 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, 685 virtual unsigned EmitCVFileDirective(unsigned FileNo, StringRef Filename); 688 virtual void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo,
|
D | MCContext.h | 548 void setCurrentCVLoc(unsigned FunctionId, unsigned FileNo, unsigned Line, in setCurrentCVLoc() argument 551 CurrentCVLoc.setFileNum(FileNo); in setCurrentCVLoc()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCStreamer.h | 508 virtual bool EmitDwarfFileDirective(unsigned FileNo,StringRef Filename); 512 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1586 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); } 1590 inline int FileNo(FILE* file) { return _fileno(file); } 1602 inline int FileNo(FILE* file) { return fileno(file); }
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1578 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); } 1582 inline int FileNo(FILE* file) { return _fileno(file); } 1594 inline int FileNo(FILE* file) { return fileno(file); }
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 1629 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); } 1633 inline int FileNo(FILE* file) { return _fileno(file); } 1645 inline int FileNo(FILE* file) { return fileno(file); }
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 2082 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); } 2086 inline int FileNo(FILE* file) { return _fileno(file); } 2098 inline int FileNo(FILE* file) { return fileno(file); }
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-port.h | 2471 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); } 2475 inline int FileNo(FILE* file) { return _fileno(file); } 2487 inline int FileNo(FILE* file) { return fileno(file); }
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 2333 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); } 2337 inline int FileNo(FILE* file) { return _fileno(file); } 2349 inline int FileNo(FILE* file) { return fileno(file); }
|