Home
last modified time | relevance | path

Searched refs:FileNo (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp231 Expected<unsigned> tryEmitDwarfFileDirective(unsigned FileNo,
241 void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
247 bool EmitCVFileDirective(unsigned FileNo, StringRef Filename,
254 void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
286 void EmitCVFileChecksumOffsetDirective(unsigned FileNo) override;
1213 static void printDwarfFileDirective(unsigned FileNo, StringRef Directory, in printDwarfFileDirective() argument
1232 OS << "\t.file\t" << FileNo << ' '; in printDwarfFileDirective()
1247 unsigned FileNo, StringRef Directory, StringRef Filename, in tryEmitDwarfFileDirective() argument
1255 getContext().getDwarfVersion(), FileNo); in tryEmitDwarfFileDirective()
1258 FileNo = FileNoOrErr.get(); in tryEmitDwarfFileDirective()
[all …]
DMCObjectStreamer.cpp446 void MCObjectStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line, in EmitDwarfLocDirective() argument
455 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags, in EmitDwarfLocDirective()
514 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() argument
519 if (!checkCVLocSection(FunctionId, FileNo, Loc)) in EmitCVLocDirective()
526 FileNo, Line, Column, PrologueEnd, in EmitCVLocDirective()
566 void MCObjectStreamer::EmitCVFileChecksumOffsetDirective(unsigned FileNo) { in EmitCVFileChecksumOffsetDirective() argument
567 getContext().getCVContext().emitFileChecksumOffset(*this, FileNo); in EmitCVFileChecksumOffsetDirective()
DMCStreamer.cpp213 MCStreamer::tryEmitDwarfFileDirective(unsigned FileNo, StringRef Directory, in tryEmitDwarfFileDirective() argument
218 return getContext().getDwarfFile(Directory, Filename, FileNo, Checksum, in tryEmitDwarfFileDirective()
238 void MCStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line, in EmitDwarfLocDirective() argument
243 getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa, in EmitDwarfLocDirective()
271 bool MCStreamer::EmitCVFileDirective(unsigned FileNo, StringRef Filename, in EmitCVFileDirective() argument
274 return getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective()
296 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() argument
301 bool MCStreamer::checkCVLocSection(unsigned FuncId, unsigned FileNo, in checkCVLocSection() argument
DMCCodeView.cpp131 unsigned FunctionId, unsigned FileNo, in recordCVLoc() argument
135 Label, FunctionId, FileNo, Line, Column, PrologueEnd, IsStmt}); in recordCVLoc()
248 unsigned FileNo) { in emitFileChecksumOffset() argument
249 unsigned Idx = FileNo - 1; in emitFileChecksumOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h248 bool checkCVLocSection(unsigned FuncId, unsigned FileNo, SMLoc Loc);
817 unsigned EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
823 tryEmitDwarfFileDirective(FileNo, Directory, Filename, Checksum,
833 unsigned FileNo, StringRef Directory, StringRef Filename,
847 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
855 virtual bool EmitCVFileDirective(unsigned FileNo, StringRef Filename,
869 virtual void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo,
917 virtual void EmitCVFileChecksumOffsetDirective(unsigned FileNo) {} in EmitCVFileChecksumOffsetDirective() argument
DMCObjectStreamer.h143 void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
152 void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
167 void EmitCVFileChecksumOffsetDirective(unsigned FileNo) override;
DMCCodeView.h166 unsigned FileNo, unsigned Line, unsigned Column,
210 void emitFileChecksumOffset(MCObjectStreamer &OS, unsigned FileNo);
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h2008 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
2012 inline int FileNo(FILE* file) { return _fileno(file); }
2023 inline int FileNo(FILE* file) { return fileno(file); }
2040 inline int FileNo(FILE* file) { return fileno(file); }
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1984 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
1988 inline int FileNo(FILE* file) { return _fileno(file); }
2000 inline int FileNo(FILE* file) { return fileno(file); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1788 unsigned FileNo = 1; in recordSourceLine() local
1796 FileNo = static_cast<DwarfCompileUnit &>(*DCUs[CUID]) in recordSourceLine()
1799 Asm.OutStreamer->EmitDwarfLocDirective(FileNo, Line, Col, Flags, 0, in recordSourceLine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp4003 int64_t FileNo; in parseDirectiveCVFileChecksumOffset() local
4004 if (parseIntToken(FileNo, "expected identifier in directive")) in parseDirectiveCVFileChecksumOffset()
4008 getStreamer().EmitCVFileChecksumOffsetDirective(FileNo); in parseDirectiveCVFileChecksumOffset()
/third_party/cef/tools/distrib/gtest/
Dgtest.h2262 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
2266 inline int FileNo(FILE* file) { return _fileno(file); }
2277 inline int FileNo(FILE* file) { return fileno(file); }
2294 inline int FileNo(FILE* file) { return fileno(file); }
Dgtest-all.cc4776 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0); in ColoredPrintf()
/third_party/mesa3d/src/gtest/src/
Dgtest.cc3039 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0); in ColoredPrintf()
/third_party/googletest/googletest/src/
Dgtest.cc3285 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0); in ColoredPrintf()