Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSectionWasm.cpp75 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
H A DMCAsmStreamer.cpp362 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()
378 OS << MAI->getCommentString() << T; in emitRawComment()
388 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
397 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
404 } else if (c.startswith(StringRef(MAI->getCommentString()))) { in addExplicitComment()
410 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
620 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in EmitSymbolAttribute()
1271 OS << MAI->getCommentString() << ' ' << FileName << ':' in EmitDwarfLocDirective()
1342 OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':' in EmitCVLocDirective()
H A DMCInstPrinter.cpp53 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
H A DMCSectionELF.cpp129 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()
532 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h486 StringRef getCommentString() const { return CommentString; } in getCommentString() function
/freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp141 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp71 return strncmp(Str, MAI.getCommentString().data(), in isAsmComment()
72 MAI.getCommentString().size()) == 0; in isAsmComment()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp590 OS << MAI->getCommentString(); in PrintSpecial()
H A DCodeViewDebug.cpp608 CommentPrefix += Asm->MAI->getCommentString(); in emitTypeInformation()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp451 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp280 O << '\t' << MAI.getCommentString() << " COMPILER BARRIER"; in printInst()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1697 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()
1698 MAI.getCommentString().size()) == 0) in getInlineAsmLength()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp6802 StringRef CommentBegin = MAI.getCommentString(); in emitComments()