Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp79 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
H A DMCSectionELF.cpp134 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
H A DMCAsmStreamer.cpp466 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()
482 OS << MAI->getCommentString() << T; in emitRawComment()
492 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
501 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
508 } else if (c.starts_with(StringRef(MAI->getCommentString()))) { in addExplicitComment()
514 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
739 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in emitSymbolAttribute()
1762 OS << MAI->getCommentString() << ' ' << FileName << ':' in emitDwarfLocDirective()
1833 OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':' in emitCVLocDirective()
H A DMCInstPrinter.cpp59 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).starts_with("@"); in AsmLexer()
713 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
H A DAsmParser.cpp1707 if (MAI.getCommentString() == "@") in getGNUBinOpPrecedence()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h645 StringRef getCommentString() const { return CommentString; } in getCommentString() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp145 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp438 OS << MAI->getCommentString(); in PrintSpecial()
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1615 FOS << MAI.getCommentString() << ' ' << Comment; in emitPostInstructionInfo()
2125 outs() << DT->Context->getAsmInfo()->getCommentString() in disassembleObject()
2131 outs() << DT->Context->getAsmInfo()->getCommentString() in disassembleObject()
H A DMachODump.cpp7113 StringRef CommentBegin = MAI.getCommentString(); in emitComments()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp363 O << '\t' << MAI.getCommentString() << " SPACE " in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1868 KdStream << Indent << MAI.getCommentString() << ' ' << DIRECTIVE " " \
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1857 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()
1858 MAI.getCommentString().size()) == 0) in getInlineAsmLength()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1147 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()