Home
last modified time | relevance | path

Searched defs:Comment (Results 1 – 25 of 44) 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.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()
H A DDwarfExpression.h50 const char *Comment; member
H A DDwarfExpression.cpp43 void DwarfExpression::addReg(int DwarfReg, const char *Comment) { in addReg()
H A DDwarfDebug.cpp175 void DebugLocDwarfExpression::emitOp(uint8_t Op, const char *Comment) { in emitOp()
221 const char *Comment = (Byte.index() < TmpBuf->Comments.size()) in commitTemporaryBuffer() local
2596 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.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/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/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTableExecutorEmitter.h84 StringRef Comment) { in emitCxxPredicateFns()
H A DGlobalISelMatchTable.cpp208 MatchTableRecord MatchTable::Comment(StringRef Comment) { in Comment() function in llvm::gi::MatchTable
1361 std::string Comment; in emitPredicateOpcodes() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.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/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h236 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.cpp404 const Twine &Comment) { in add()
413 void Attributes::addComment(const Twine &Comment) { in addComment()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp318 std::string Comment = "error: "; in printErrorContext() local
803 void OStream::comment(llvm::StringRef Comment) { in comment()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h159 Comment, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.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/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp438 if (const RawComment *Comment = in getAssociatedRange() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h39 Comment, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp773 SourceRange Comment) { in HandleComment()
852 std::string Comment = RawLex.getSpelling(Tok, SM, LangOpts); in findDirectives() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp495 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp342 MCSection *Comment = getAssembler().getContext().getELFSection( in emitIdent() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp766 StringRef Comment; member in __anoncaeeea5c0111::TextFileHandler
851 TextFileHandler(StringRef Comment) : Comment(Comment), ReadChars(0) { in TextFileHandler()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp252 std::optional<Object> serializeDocComment(const DocComment &Comment) { in serializeDocComment()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1425 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment()

12