Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionWasm.cpp80 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
H A DMCAsmStreamer.cpp424 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()
440 OS << MAI->getCommentString() << T; in emitRawComment()
450 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
459 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
466 } else if (c.startswith(StringRef(MAI->getCommentString()))) { in addExplicitComment()
472 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
686 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in emitSymbolAttribute()
1579 OS << MAI->getCommentString() << ' ' << FileName << ':' in emitDwarfLocDirective()
1650 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()
/netbsd-src/external/apache2/llvm/dist/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.cpp1689 if (MAI.getCommentString() == "@") in getGNUBinOpPrecedence()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h631 StringRef getCommentString() const { return CommentString; } in getCommentString() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp146 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp567 OS << MAI->getCommentString(); in PrintSpecial()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp82 return strncmp(Str, MAI.getCommentString().data(), in isAsmComment()
83 MAI.getCommentString().size()) == 0; in isAsmComment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp280 O << '\t' << MAI.getCommentString() << " COMPILER BARRIER"; in printInst()
286 O << '\t' << MAI.getCommentString() << " SPACE " in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp791 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1770 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()
1771 MAI.getCommentString().size()) == 0) in getInlineAsmLength()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp7151 StringRef CommentBegin = MAI.getCommentString(); in emitComments()