Home
last modified time | relevance | path

Searched refs:Comments (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h93 std::vector<std::string> &Comments; variable
102 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer() argument
103 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) { in BufferByteStreamer()
108 Comments.push_back(Comment.str()); in emitInt8()
114 Comments.push_back(Comment.str()); in emitSLEB128()
118 Comments.push_back(""); in emitSLEB128()
127 Comments.push_back(Comment.str()); in emitULEB128()
131 Comments.push_back(""); in emitULEB128()
H A DDebugLocStream.cpp32 Comments.erase(Comments.begin() + Entries.back().CommentOffset, in finalizeEntry()
33 Comments.end()); in finalizeEntry()
H A DDebugLocStream.h50 std::vector<std::string> Comments; variable
98 Entries.push_back({BeginSym, EndSym, DWARFBytes.size(), Comments.size()}); in startEntry()
106 return BufferByteStreamer(DWARFBytes, Comments, GenerateComments); in getStreamer()
121 return ArrayRef(Comments).slice(Entries[EI].CommentOffset, in getComments()
148 return Comments.size() - Entries[EI].CommentOffset; in getNumComments()
H A DDwarfExpression.h371 std::vector<std::string> Comments; member
374 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {} in TempBuffer()
H A DDwarfDebug.cpp221 const char *Comment = (Byte.index() < TmpBuf->Comments.size()) in commitTemporaryBuffer()
222 ? TmpBuf->Comments[Byte.index()].c_str() in commitTemporaryBuffer()
227 TmpBuf->Comments.clear(); in commitTemporaryBuffer()
2594 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
2595 auto Comment = Comments.begin(); in emitDebugLocEntry()
2596 auto End = Comments.end(); in emitDebugLocEntry()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp142 StringRef Comments = DC->CommentsToEmit.str(); in emitComments() local
148 while (!Comments.empty()) { in emitComments()
153 size_t Position = Comments.find('\n'); in emitComments()
154 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
156 Comments = Comments.substr(Position+1); in emitComments()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h124 uint64_t Address, raw_ostream &Comments) const { in tryDecodeInst() argument
142 Comments << LocalComments; in tryDecodeInst()
152 raw_ostream &Comments) const { in tryDecodeInst() argument
154 if (DecodeStatus Res = tryDecodeInst(T, MI, Inst, Address, Comments)) in tryDecodeInst()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp392 std::string Comments; member
415 if (Comments.empty()) in addComment()
416 Comments = " // "; in addComment()
418 Comments += ", "; in addComment()
419 Comments += Comment.str(); in addComment()
432 Ret += Comments; in getAsString()
/freebsd/contrib/libpcap/
H A Dpcap-dll.rc20 VALUE "Comments", "https://github.com/the-tcpdump-group/libpcap/"
/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd.rc23 VALUE "Comments", "https://github.com/the-tcpdump-group/libpcap/"
/freebsd/contrib/tcsh/
H A DREADME.md16 Comments, questions, etc. (even flames) are welcome via email to
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp441 StringRef Comments = CommentToEmit; in EmitCommentsAndEOL() local
443 assert(Comments.back() == '\n' && in EmitCommentsAndEOL()
448 size_t Position = Comments.find('\n'); in EmitCommentsAndEOL()
449 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()
451 Comments = Comments.substr(Position+1); in EmitCommentsAndEOL()
452 } while (!Comments.empty()); in EmitCommentsAndEOL()
507 StringRef Comments = ExplicitCommentToEmit; in emitExplicitComments() local
508 if (!Comments.empty()) in emitExplicitComments()
509 OS << Comments; in emitExplicitComments()
2401 StringRef Comments = CommentToEmit; in emitInstruction() local
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dlibomp.rc.var50 VALUE "Comments",
/freebsd/usr.sbin/cron/doc/
H A DFEATURES53 -- Comments and blank lines are allowed in the crontab file. Comments
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp4654 const SmallVectorImpl<FormatToken *> &Comments, in distributeComments() argument
4674 if (Comments.empty()) in distributeComments()
4689 FormatToken *FormatTok = Comments[i]; in distributeComments()
4708 SmallVector<FormatToken *, 1> Comments; in readToken() local
4750 distributeComments(Comments, FormatTok); in readToken()
4751 Comments.clear(); in readToken()
4861 distributeComments(Comments, FormatTok); in readToken()
4862 Comments.clear(); in readToken()
4866 Comments.push_back(FormatTok); in readToken()
4869 distributeComments(Comments, nullptr); in readToken()
[all …]
H A DUnwrappedLineParser.h237 void distributeComments(const SmallVectorImpl<FormatToken *> &Comments,
/freebsd/contrib/ntp/
H A DNOTES.y2kfixes48 Comments:
/freebsd/lib/libpam/pam.d/
H A DREADME19 Comments are introduced with a hash mark ('#'). Blank lines and lines
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test_list.inc102 PFCTL_TEST(0092, "Comments")
/freebsd/crypto/heimdal/lib/wind/
H A Drfc4013.txt8 Request for Comments: 4013 OpenLDAP Foundation
151 # Input Output Comments
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1466 StringRef Comments, in emitPostInstructionInfo() argument
1469 if (!Comments.empty()) { in emitPostInstructionInfo()
1472 std::tie(Comment, Comments) = Comments.split('\n'); in emitPostInstructionInfo()
1482 } while (!Comments.empty()); in emitPostInstructionInfo()
1788 SmallString<40> Comments; in disassembleObject() local
1789 raw_svector_ostream CommentStream(Comments); in disassembleObject()
2357 Comments.clear(); in disassembleObject()
/freebsd/lib/libpmc/pmu-events/
H A DREADME116 Comments:
/freebsd/contrib/libucl/
H A DREADME.md17 - [Comments](#comments)
208 ### Comments subsection
/freebsd/sys/contrib/zlib/
H A DREADME5 (Request for Comments) 1950 to 1952 in the files
/freebsd/sys/dev/acpica/
H A Dacpi_quirks4 # Comments start with '#'. Any number of spaces/tabs are ok within a line.

123