/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ByteStreamer.h | 93 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 D | DebugLocStream.cpp | 32 Comments.erase(Comments.begin() + Entries.back().CommentOffset, in finalizeEntry() 33 Comments.end()); in finalizeEntry()
|
H A D | DebugLocStream.h | 50 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 D | DwarfExpression.h | 310 std::vector<std::string> Comments; member 313 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {} in TempBuffer()
|
H A D | DwarfDebug.cpp | 221 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 D | Disassembler.cpp | 142 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 D | AMDGPUDisassembler.h | 133 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 D | ModuleSummaryIndex.cpp | 392 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 D | pcap-dll.rc | 20 VALUE "Comments", "https://github.com/the-tcpdump-group/libpcap/"
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | rpcapd.rc | 23 VALUE "Comments", "https://github.com/the-tcpdump-group/libpcap/"
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAsmStreamer.cpp | 458 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 D | README.md | 16 Comments, questions, etc. (even flames) are welcome via email to
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | libomp.rc.var | 50 VALUE "Comments",
|
/freebsd/usr.sbin/cron/doc/ |
H A D | FEATURES | 53 -- Comments and blank lines are allowed in the crontab file. Comments
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | UnwrappedLineParser.cpp | 285 // 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 D | UnwrappedLineParser.h | 231 void distributeComments(const SmallVectorImpl<FormatToken *> &Comments,
|
/freebsd/contrib/ntp/ |
H A D | NOTES.y2kfixes | 48 Comments:
|
/freebsd/lib/libpam/pam.d/ |
H A D | README | 19 Comments are introduced with a hash mark ('#'). Blank lines and lines
|
/freebsd/sbin/pfctl/tests/ |
H A D | pfctl_test_list.inc | 102 PFCTL_TEST(0092, "Comments")
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc4013.txt | 8 Request for Comments: 4013 OpenLDAP Foundation 151 # Input Output Comments
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 1603 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 D | README | 116 Comments:
|
/freebsd/contrib/libucl/ |
H A D | README.md | 17 - [Comments](#comments) 208 ### Comments subsection
|
/freebsd/sys/contrib/zlib/ |
H A D | README | 5 (Request for Comments) 1950 to 1952 in the files
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_quirks | 4 # Comments start with '#'. Any number of spaces/tabs are ok within a line.
|