Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSectionWasm.cpp79 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
H A DMCAsmStreamer.cpp442 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()
458 OS << MAI->getCommentString() << T; in emitRawComment()
468 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
477 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
484 } else if (c.startswith(StringRef(MAI->getCommentString()))) { in addExplicitComment()
490 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
723 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in emitSymbolAttribute()
1674 OS << MAI->getCommentString() << ' ' << FileName << ':' in emitDwarfLocDirective()
1745 OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':' in emitCVLocDirective()
H A DMCSectionELF.cpp133 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
H A DMCInstPrinter.cpp59 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()
714 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
H A DAsmParser.cpp1712 if (MAI.getCommentString() == "@") in getGNUBinOpPrecedence()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h655 StringRef getCommentString() const { return CommentString; } in getCommentString() function
/openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp145 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp436 OS << MAI->getCommentString(); in PrintSpecial()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp81 return strncmp(Str, MAI.getCommentString().data(), in isAsmComment()
82 MAI.getCommentString().size()) == 0; in isAsmComment()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp908 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp341 O << '\t' << MAI.getCommentString() << " SPACE " in printInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1855 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()
1856 MAI.getCommentString().size()) == 0) in getInlineAsmLength()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1262 FOS << MAI.getCommentString() << ' ' << Comment; in emitPostInstructionInfo()
H A DMachODump.cpp7408 StringRef CommentBegin = MAI.getCommentString(); in emitComments()