| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 65 void printDwarfFileDirective(unsigned FileNo, StringRef Directory, 287 unsigned FileNo, StringRef Directory, StringRef Filename, 295 void emitDwarfLocDirective(unsigned FileNo, unsigned Line, unsigned Column, 303 bool emitCVFileDirective(unsigned FileNo, StringRef Filename, 310 void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line, 342 void emitCVFileChecksumOffsetDirective(unsigned FileNo) override; 1593 unsigned FileNo, StringRef Directory, StringRef Filename, in printDwarfFileDirective() argument 1609 OS << "\t.file\t" << FileNo << ' '; in printDwarfFileDirective() 1624 unsigned FileNo, StringRef Directory, StringRef Filename, in tryEmitDwarfFileDirective() argument 1633 getContext().getDwarfVersion(), FileNo); in tryEmitDwarfFileDirective() [all …]
|
| H A D | MCObjectStreamer.cpp | 437 void MCObjectStreamer::emitDwarfLocDirective(unsigned FileNo, unsigned Line, in emitDwarfLocDirective() argument 447 this->MCStreamer::emitDwarfLocDirective(FileNo, Line, Column, Flags, Isa, in emitDwarfLocDirective() 530 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() argument 535 if (!checkCVLocSection(FunctionId, FileNo, Loc)) in emitCVLocDirective() 542 FileNo, Line, Column, PrologueEnd, in emitCVLocDirective() 580 void MCObjectStreamer::emitCVFileChecksumOffsetDirective(unsigned FileNo) { in emitCVFileChecksumOffsetDirective() argument 581 getContext().getCVContext().emitFileChecksumOffset(*this, FileNo); in emitCVFileChecksumOffsetDirective()
|
| H A D | MCCodeView.cpp | 127 unsigned FunctionId, unsigned FileNo, in recordCVLoc() argument 131 Label, FunctionId, FileNo, Line, Column, PrologueEnd, IsStmt}); in recordCVLoc() 234 unsigned FileNo) { in emitFileChecksumOffset() argument 235 unsigned Idx = FileNo - 1; in emitFileChecksumOffset()
|
| H A D | MCStreamer.cpp | 208 unsigned FileNo, StringRef Directory, StringRef Filename, in tryEmitDwarfFileDirective() argument 211 return getContext().getDwarfFile(Directory, Filename, FileNo, Checksum, in tryEmitDwarfFileDirective() 238 void MCStreamer::emitDwarfLocDirective(unsigned FileNo, unsigned Line, in emitDwarfLocDirective() argument 242 getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa, in emitDwarfLocDirective() 276 bool MCStreamer::emitCVFileDirective(unsigned FileNo, StringRef Filename, in emitCVFileDirective() argument 279 return getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in emitCVFileDirective() 301 void MCStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() argument 306 bool MCStreamer::checkCVLocSection(unsigned FuncId, unsigned FileNo, in checkCVLocSection() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCStreamer.h | 287 bool checkCVLocSection(unsigned FuncId, unsigned FileNo, SMLoc Loc); 861 unsigned FileNo, StringRef Directory, StringRef Filename, 865 tryEmitDwarfFileDirective(FileNo, Directory, Filename, Checksum, 875 unsigned FileNo, StringRef Directory, StringRef Filename, 890 virtual void emitDwarfLocDirective(unsigned FileNo, unsigned Line, 902 virtual bool emitCVFileDirective(unsigned FileNo, StringRef Filename, 916 virtual void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, 964 virtual void emitCVFileChecksumOffsetDirective(unsigned FileNo) {} in emitCVFileChecksumOffsetDirective() argument
|
| H A D | MCObjectStreamer.h | 141 void emitDwarfLocDirective(unsigned FileNo, unsigned Line, unsigned Column, 152 void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line, 167 void emitCVFileChecksumOffsetDirective(unsigned FileNo) override;
|
| H A D | MCCodeView.h | 178 unsigned FileNo, unsigned Line, unsigned Column, 221 void emitFileChecksumOffset(MCObjectStreamer &OS, unsigned FileNo);
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SpecialCaseList.cpp | 133 SpecialCaseList::addSection(StringRef SectionStr, unsigned FileNo, in addSection() argument 135 Sections.emplace_back(SectionStr, FileNo); in addSection()
|
| /freebsd/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 2006 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); } 2010 inline int FileNo(FILE* file) { return _fileno(file); } 2021 inline int FileNo(FILE* file) { return fileno(file); } 2035 inline int FileNo(FILE* file) { return fileno(file); }
|
| /freebsd/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 718 unsigned FileNo = 1; in main() local 730 errs() << "Formatting [" << FileNo++ << "/" << FileNames.size() << "] " in main()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 2321 unsigned FileNo = 1; local 2329 FileNo = static_cast<DwarfCompileUnit &>(*DCUs[CUID]) 2332 Asm.OutStreamer->emitDwarfLocDirective(FileNo, Line, Col, Flags, 0,
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 4086 int64_t FileNo; in parseDirectiveCVFileChecksumOffset() local 4087 if (parseIntToken(FileNo)) in parseDirectiveCVFileChecksumOffset() 4091 getStreamer().emitCVFileChecksumOffsetDirective(FileNo); in parseDirectiveCVFileChecksumOffset()
|
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 3336 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0); in ColoredPrintf()
|