Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCInstPrinter.cpp50 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
DMCSectionELF.cpp119 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
DMCAsmStreamer.cpp282 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()
298 OS << MAI->getCommentString() << T; in emitRawComment()
432 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in EmitSymbolAttribute()
946 OS << MAI->getCommentString() << ' ' << FileName << ':' in EmitDwarfLocDirective()
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp27 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()
472 const char *CommentString = MAI.getCommentString(); in isAtStartOfComment()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h454 const char *getCommentString() const { return CommentString; } in getCommentString() function
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp514 if (atInsnStart && strncmp(Str, MAI.getCommentString(), in getInlineAsmLength()
515 strlen(MAI.getCommentString())) == 0) in getInlineAsmLength()
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp131 const char *CommentBegin = MAI->getCommentString(); in emitComments()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp513 OS << MAI->getCommentString(); in PrintSpecial()
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp349 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp92 if (atInsnStart && strncmp(Str, MAI.getCommentString(), in getInlineAsmLength()
93 strlen(MAI.getCommentString())) == 0) in getInlineAsmLength()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1266 if (atInsnStart && strncmp(Str, MAI.getCommentString(), in getInlineAsmLength()
1267 strlen(MAI.getCommentString())) == 0) in getInlineAsmLength()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp5861 const char *CommentBegin = MAI.getCommentString(); in emitComments()