Home
last modified time | relevance | path

Searched defs:Comment (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h45 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 DWinException.cpp567 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 DDwarfExpression.h50 const char *Comment; member
H A DDwarfExpression.cpp43 void DwarfExpression::addReg(int64_t DwarfReg, const char *Comment) { in addReg()
H A DDwarfDebug.cpp179 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 DCodeViewRecordIO.cpp104 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 DExtractAPIVisitor.h306 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 DCodeRegionGenerator.cpp87 StringRef Comment(CommentText); in HandleComment() local
122 StringRef Comment(CommentText); in HandleComment() local
/freebsd/contrib/pkgconf/doc/
H A Dextract.py5 class Comment: class
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTableExecutorEmitter.h84 StringRef Comment) { in emitCxxPredicateFns()
H A DGlobalISelMatchTable.cpp210 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 DX86MCInstLower.cpp1520 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 DRawCommentList.cpp24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind()
62 bool mergedCommentIsTrailingComment(StringRef Comment) { in mergedCommentIsTrailingComment()
H A DCommentSema.cpp98 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 DCodeViewRecordIO.h238 void emitComment(const Twine &Comment) { in emitComment()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h42 Comment, enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp415 const Twine &Comment) { in add()
424 void Attributes::addComment(const Twine &Comment) { in addComment()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp320 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 DLinePrinter.h161 Comment, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h40 Comment, enumerator
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp438 if (const RawComment *Comment = in getAssociatedRange() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp781 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 DCodeCompleteConsumer.cpp491 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp339 MCSection *Comment = getAssembler().getContext().getELFSection( in emitIdent() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp656 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

12