Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp79 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
H A DMCSectionELF.cpp138 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
H A DMCAsmStreamer.cpp468 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()
484 OS << MAI->getCommentString() << T; in emitRawComment()
494 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
503 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
510 } else if (c.starts_with(StringRef(MAI->getCommentString()))) { in addExplicitComment()
516 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
735 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in emitSymbolAttribute()
1726 OS << MAI->getCommentString() << ' '; in emitDwarfLocDirective()
1806 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.cpp114 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).starts_with("@") && in AsmLexer()
795 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
838 CurPtr += MAI.getCommentString().size() - 1; in LexToken()
H A DELFAsmParser.cpp402 if (getContext().getAsmInfo()->getCommentString().starts_with('@')) in maybeParseSectionType()
719 !getContext().getAsmInfo()->getCommentString().starts_with("@")) in parseDirectiveType()
H A DAsmParser.cpp1643 if (MAI.getCommentString() == "@") in getGNUBinOpPrecedence()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZHLASMAsmStreamer.cpp128 FOS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) in EmitComment()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp144 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h530 StringRef getCommentString() const { return CommentString; } in getCommentString() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp432 OS << MAI->getCommentString(); in PrintSpecial()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp97 return strncmp(Str, MAI.getCommentString().data(), in isAsmComment()
98 MAI.getCommentString().size()) == 0; in isAsmComment()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp713 FOS << MAI.getCommentString() << ' ' << Comment; in emitPostInstructionInfo()
2202 OS << DT->Context->getAsmInfo()->getCommentString() in disassembleObject()
2208 OS << DT->Context->getAsmInfo()->getCommentString() in disassembleObject()
H A DMachODump.cpp7117 StringRef CommentBegin = MAI.getCommentString(); in emitComments()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1860 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()
1861 MAI.getCommentString().size()) == 0) in getInlineAsmLength()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp2128 KdStream << Indent << MAI.getCommentString() << ' ' << DIRECTIVE " " \
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp362 O << '\t' << MAI.getCommentString() << " SPACE " in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1258 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()