/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 231 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 …]
|
D | MCObjectStreamer.cpp | 446 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()
|
D | MCStreamer.cpp | 213 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
|
D | MCCodeView.cpp | 131 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/ |
D | MCStreamer.h | 248 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
|
D | MCObjectStreamer.h | 143 void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, 152 void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line, 167 void EmitCVFileChecksumOffsetDirective(unsigned FileNo) override;
|
D | MCCodeView.h | 166 unsigned FileNo, unsigned Line, unsigned Column, 210 void emitFileChecksumOffset(MCObjectStreamer &OS, unsigned FileNo);
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 2008 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/ |
D | gtest-port.h | 1984 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/ |
D | DwarfDebug.cpp | 1788 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/ |
D | AsmParser.cpp | 4003 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/ |
D | gtest.h | 2262 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); }
|
D | gtest-all.cc | 4776 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0); in ColoredPrintf()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest.cc | 3039 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0); in ColoredPrintf()
|
/third_party/googletest/googletest/src/ |
D | gtest.cc | 3285 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0); in ColoredPrintf()
|