/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 | 565 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 D | DwarfExpression.h | 50 const char *Comment; member
|
H A D | DwarfExpression.cpp | 43 void DwarfExpression::addReg(int DwarfReg, const char *Comment) { in addReg()
|
H A D | DwarfDebug.cpp | 175 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 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 | 291 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 D | CodeRegionGenerator.cpp | 87 StringRef Comment(CommentText); in HandleComment() local 122 StringRef Comment(CommentText); in HandleComment() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTableExecutorEmitter.h | 84 StringRef Comment) { in emitCxxPredicateFns()
|
H A D | GlobalISelMatchTable.cpp | 208 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 D | X86MCInstLower.cpp | 1525 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 D | CodeViewRecordIO.h | 236 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 | 404 const Twine &Comment) { in add() 413 void Attributes::addComment(const Twine &Comment) { in addComment()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | JSON.cpp | 318 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 D | LinePrinter.h | 159 Comment, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 446 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 D | SourceCode.cpp | 438 if (const RawComment *Comment = in getAssociatedRange() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAsmMacro.h | 39 Comment, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 773 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 D | CodeCompleteConsumer.cpp | 495 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCELFStreamer.cpp | 342 MCSection *Comment = getAssembler().getContext().getELFSection( in emitIdent() local
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | OffloadBundler.cpp | 766 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 D | SymbolGraphSerializer.cpp | 252 std::optional<Object> serializeDocComment(const DocComment &Comment) { in serializeDocComment()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 1425 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment()
|