Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDByteStreamer.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()
HDWinException.cpp565 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable()
631 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange()
711 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table()
999 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable()
HDDwarfExpression.h50 const char *Comment; member
HDDwarfExpression.cpp43 void DwarfExpression::addReg(int DwarfReg, const char *Comment) { in addReg()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDCodeViewRecordIO.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-14-stable/contrib/llvm-project/clang/include/clang/ExtractAPI/
HDExtractAPIVisitor.h291 DocComment Comment; in VisitVarDecl() local
364 DocComment Comment; in VisitFunctionDecl() local
401 DocComment Comment; in VisitEnumDecl() local
532 DocComment Comment; in VisitNamespaceDecl() local
565 DocComment Comment; in VisitRecordDecl() local
606 DocComment Comment; in VisitCXXRecordDecl() local
659 DocComment Comment; in VisitCXXMethodDecl() local
720 DocComment Comment; in VisitCXXConstructorDecl() local
754 DocComment Comment; in VisitCXXDestructorDecl() local
785 DocComment Comment; in VisitConceptDecl() local
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-mca/
HDCodeRegionGenerator.cpp87 StringRef Comment(CommentText); in HandleComment() local
122 StringRef Comment(CommentText); in HandleComment() local
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
HDGlobalISelMatchTableExecutorEmitter.h84 StringRef Comment) { in emitCxxPredicateFns()
HDGlobalISelMatchTable.cpp208 MatchTableRecord MatchTable::Comment(StringRef Comment) { in Comment() argument
1361 std::string Comment; in emitPredicateOpcodes() local
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDComment.h74 friend class Comment; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86MCInstLower.cpp1525 std::string Comment; in getShuffleComment() local
1616 std::string Comment; in printZeroUpperMove() local
1642 std::string Comment; in printBroadcast() local
1663 std::string Comment; in printExtend() local
1695 std::string Comment; in printZeroExtend() local
1899 std::string Comment; in addConstantComments() local
1933 std::string Comment; in addConstantComments() local
1954 std::string Comment; in addConstantComments() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDNamespaceEndCommentsFixer.cpp167 const FormatToken *Comment = RBraceTok->Next; in validEndComment() local
236 const FormatToken *Comment = RBraceTok->Next; in updateEndComment() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDRawCommentList.cpp26 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind()
64 bool mergedCommentIsTrailingComment(StringRef Comment) { in mergedCommentIsTrailingComment()
HDCommentSema.cpp98 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine()
131 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { in checkContainerDeclVerbatimLine()
170 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeViewRecordIO.h236 void emitComment(const Twine &Comment) { in emitComment()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCoverageMappingGen.h42 Comment, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDModuleSummaryIndex.cpp404 const Twine &Comment) { in add()
413 void Attributes::addComment(const Twine &Comment) { in addComment()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDJSON.cpp318 std::string Comment = "error: "; in printErrorContext() local
803 void OStream::comment(llvm::StringRef Comment) { in comment()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDLinePrinter.h159 Comment, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVFrameLowering.cpp446 llvm::raw_string_ostream &Comment) { in appendScalableVectorExpression()
477 llvm::raw_string_ostream Comment(CommentBuffer); in createDefCFAExpression() local
506 llvm::raw_string_ostream Comment(CommentBuffer); in createDefCFAOffset() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
HDSourceCode.cpp438 if (const RawComment *Comment = in getAssociatedRange() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmMacro.h39 Comment, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDVerifyDiagnosticConsumer.cpp773 SourceRange Comment) { in HandleComment()
852 std::string Comment = RawLex.getSpelling(Tok, SM, LangOpts); in findDirectives() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDCodeCompleteConsumer.cpp495 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCELFStreamer.cpp342 MCSection *Comment = getAssembler().getContext().getELFSection( in emitIdent() local

12