Home
last modified time | relevance | path

Searched refs:getCommentString (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp80 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
H A DMCAsmStreamer.cpp430 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()
446 OS << MAI->getCommentString() << T; in emitRawComment()
456 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
465 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
472 } else if (c.startswith(StringRef(MAI->getCommentString()))) { in addExplicitComment()
478 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
696 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in emitSymbolAttribute()
1611 OS << MAI->getCommentString() << ' ' << FileName << ':' in emitDwarfLocDirective()
1682 OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':' in emitCVLocDirective()
H A DMCSectionELF.cpp128 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
H A DMCInstPrinter.cpp58 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()
713 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
H A DAsmParser.cpp1694 if (MAI.getCommentString() == "@") in getGNUBinOpPrecedence()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h641 StringRef getCommentString() const { return CommentString; } in getCommentString() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp146 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp568 OS << MAI->getCommentString(); in PrintSpecial()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp82 return strncmp(Str, MAI.getCommentString().data(), in isAsmComment()
83 MAI.getCommentString().size()) == 0; in isAsmComment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp288 O << '\t' << MAI.getCommentString() << " COMPILER BARRIER"; in printInst()
294 O << '\t' << MAI.getCommentString() << " SPACE " in printInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp795 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1770 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()
1771 MAI.getCommentString().size()) == 0) in getInlineAsmLength()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1094 FOS << MAI.getCommentString() << ' ' << Comment; in emitPostInstructionInfo()
H A DMachODump.cpp7151 StringRef CommentBegin = MAI.getCommentString(); in emitComments()