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;
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()
51 std::vector<std::string> Comments; global() variable
H A DDwarfExpression.h310 std::vector<std::string> Comments; member
313 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()
2595 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
2596 auto Comment = Comments.begin(); in emitDebugLocEntry()
2597 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.h133 uint64_t Address, raw_ostream &Comments) const { in tryDecodeInst() argument
151 Comments << LocalComments; in tryDecodeInst()
161 raw_ostream &Comments) const { in tryDecodeInst() argument
163 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/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp458 StringRef Comments = CommentToEmit; in EmitCommentsAndEOL() local
460 assert(Comments.back() == '\n' && in EmitCommentsAndEOL()
465 size_t Position = Comments.find('\n'); in EmitCommentsAndEOL()
466 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()
468 Comments = Comments.substr(Position+1); in EmitCommentsAndEOL()
469 } while (!Comments.empty()); in EmitCommentsAndEOL()
524 StringRef Comments = ExplicitCommentToEmit; in emitExplicitComments() local
525 if (!Comments.empty()) in emitExplicitComments()
526 OS << Comments; in emitExplicitComments()
2427 StringRef Comments = CommentToEmit; in emitInstruction() local
[all …]
/freebsd/contrib/tcsh/
H A DREADME.md16 Comments, questions, etc. (even flames) are welcome via email to
/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.cpp285 // as a semicolon. Comments after the last entry that have been determined to in parseFile()
4770 const SmallVectorImpl<FormatToken *> &Comments, in distributeComments() argument
4775 // Define a trail of Comments to be a nonempty proper postfix of Comments such in distributeComments()
4790 if (Comments.empty()) in distributeComments()
4797 for (unsigned i = Comments.size() - 1; i > 0; --i) { in distributeComments()
4798 if (Comments[i]->OriginalColumn == NextTok->OriginalColumn) { in distributeComments()
4804 for (unsigned i = 0, e = Comments.size(); i < e; ++i) { in distributeComments()
4805 FormatToken *FormatTok = Comments[i]; in distributeComments()
4824 SmallVector<FormatToken *, 1> Comments; in readToken() local
[all...]
H A DUnwrappedLineParser.h231 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.cpp1603 StringRef Comments, in emitPostInstructionInfo() argument
1606 if (!Comments.empty()) { in emitPostInstructionInfo()
1609 std::tie(Comment, Comments) = Comments.split('\n'); in emitPostInstructionInfo()
1619 } while (!Comments.empty()); in emitPostInstructionInfo()
1922 SmallString<40> Comments; in disassembleObject() local
1923 raw_svector_ostream CommentStream(Comments); in disassembleObject()
2495 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