| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | ByteStreamer.h | 45 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() 49 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() 53 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() 74 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() 77 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() 80 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() 105 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() 110 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() 122 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
|
| H A D | WinException.cpp | 567 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() 633 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() 713 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() 1001 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable()
|
| H A D | DwarfExpression.h | 50 const char *Comment; member
|
| H A D | DwarfExpression.cpp | 43 void DwarfExpression::addReg(int64_t DwarfReg, const char *Comment) { in addReg()
|
| H A D | DwarfDebug.cpp | 179 void DebugLocDwarfExpression::emitOp(uint8_t Op, const char *Comment) { in emitOp() 225 const char *Comment = (Byte.index() < TmpBuf->Comments.size()) in commitTemporaryBuffer() local 2319 StringRef Comment = {}) { in recordSourceLine() 3034 auto Comment = Comments.begin(); in emitDebugLocEntry() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.cpp | 104 const Twine &Comment) { in mapByteVectorTail() 120 const Twine &Comment) { in mapByteVectorTail() 130 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger() 152 const Twine &Comment) { in mapEncodedInteger() 177 const Twine &Comment) { in mapEncodedInteger() 192 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger() 210 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ() 228 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid() 256 const Twine &Comment) { in mapStringZVectorZ() 281 const Twine &Comment) { in emitEncodedSignedInteger() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 306 DocComment Comment; in VisitVarDecl() local 379 DocComment Comment; in VisitFunctionDecl() local 416 DocComment Comment; in VisitEnumDecl() local 547 DocComment Comment; in VisitNamespaceDecl() local 593 DocComment Comment; in VisitRecordDecl() local 648 DocComment Comment; in VisitCXXRecordDecl() local 701 DocComment Comment; in VisitCXXMethodDecl() local 762 DocComment Comment; in VisitCXXConstructorDecl() local 796 DocComment Comment; in VisitCXXDestructorDecl() local 827 DocComment Comment; in VisitConceptDecl() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.cpp | 87 StringRef Comment(CommentText); in HandleComment() local 122 StringRef Comment(CommentText); in HandleComment() local
|
| /freebsd/contrib/pkgconf/doc/ |
| H A D | extract.py | 5 class Comment: class
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTableExecutorEmitter.h | 84 StringRef Comment) { in emitCxxPredicateFns()
|
| H A D | GlobalISelMatchTable.cpp | 210 MatchTableRecord MatchTable::Comment(StringRef Comment) { in Comment() argument 1369 std::string Comment; in emitPredicateOpcodes() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 1520 std::string Comment; in getShuffleComment() local 1630 std::string Comment; in printZeroUpperMove() local 1656 std::string Comment; in printBroadcast() local 1677 std::string Comment; in printExtend() local 1709 std::string Comment; in printZeroExtend() local 1929 std::string Comment; in addConstantComments() local 1963 std::string Comment; in addConstantComments() local 1984 std::string Comment; in addConstantComments() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | RawCommentList.cpp | 24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() 62 bool mergedCommentIsTrailingComment(StringRef Comment) { in mergedCommentIsTrailingComment()
|
| H A D | CommentSema.cpp | 98 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine() 131 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { in checkContainerDeclVerbatimLine() 173 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 238 void emitComment(const Twine &Comment) { in emitComment()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.h | 42 Comment, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 415 const Twine &Comment) { in add() 424 void Attributes::addComment(const Twine &Comment) { in addComment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | JSON.cpp | 320 std::string Comment = "error: "; in printErrorContext() local 805 void OStream::comment(llvm::StringRef Comment) { in comment()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.h | 161 Comment, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 40 Comment, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | SourceCode.cpp | 438 if (const RawComment *Comment = in getAssociatedRange() local
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 781 SourceRange Comment) { in HandleComment() 860 std::string Comment = RawLex.getSpelling(Tok, SM, LangOpts); in findDirectives() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 491 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 339 MCSection *Comment = getAssembler().getContext().getELFSection( in emitIdent() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVFrameLowering.cpp | 656 llvm::raw_string_ostream &Comment) { in appendScalableVectorExpression() 687 llvm::raw_string_ostream Comment(CommentBuffer); in createDefCFAExpression() local 716 llvm::raw_string_ostream Comment(CommentBuffer); in createDefCFAOffset() local
|