Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp79 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
H A DMCAsmStreamer.cpp449 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()
465 OS << MAI->getCommentString() << T; in emitRawComment()
475 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
484 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
491 } else if (c.starts_with(StringRef(MAI->getCommentString()))) { in addExplicitComment()
497 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
723 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in emitSymbolAttribute()
1742 OS << MAI->getCommentString() << ' ' << FileName << ':' in emitDwarfLocDirective()
1813 OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':' in emitCVLocDirective()
H A DMCSectionELF.cpp136 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
H A DMCInstPrinter.cpp59 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).starts_with("@"); in AsmLexer()
714 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
H A DAsmParser.cpp1710 if (MAI.getCommentString() == "@") in getGNUBinOpPrecedence()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h658 StringRef getCommentString() const { return CommentString; } in getCommentString() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp145 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp437 OS << MAI->getCommentString(); in PrintSpecial()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp83 return strncmp(Str, MAI.getCommentString().data(), in isAsmComment()
84 MAI.getCommentString().size()) == 0; in isAsmComment()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1478 FOS << MAI.getCommentString() << ' ' << Comment; in emitPostInstructionInfo()
1998 outs() << DT->Context->getAsmInfo()->getCommentString() in disassembleObject()
H A DMachODump.cpp7001 StringRef CommentBegin = MAI.getCommentString(); in emitComments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1028 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1861 KdStream << Indent << MAI.getCommentString() << ' ' << DIRECTIVE " " \
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp363 O << '\t' << MAI.getCommentString() << " SPACE " in printInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1856 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()
1857 MAI.getCommentString().size()) == 0) in getInlineAsmLength()