Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionWasm.cpp73 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
DMCAsmStreamer.cpp382 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()
398 OS << MAI->getCommentString() << T; in emitRawComment()
408 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
417 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
424 } else if (c.startswith(StringRef(MAI->getCommentString()))) { in addExplicitComment()
430 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
641 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in EmitSymbolAttribute()
1331 OS << MAI->getCommentString() << ' ' << FileName << ':' in EmitDwarfLocDirective()
1402 OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':' in EmitCVLocDirective()
DMCSectionELF.cpp126 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
DMCInstPrinter.cpp58 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp34 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()
534 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h510 StringRef getCommentString() const { return CommentString; } in getCommentString() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp145 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp608 OS << MAI->getCommentString(); in PrintSpecial()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp72 return strncmp(Str, MAI.getCommentString().data(), in isAsmComment()
73 MAI.getCommentString().size()) == 0; in isAsmComment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64InstPrinter.cpp280 O << '\t' << MAI.getCommentString() << " COMPILER BARRIER"; in printInst()
286 O << '\t' << MAI.getCommentString() << " SPACE"; in printInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp741 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1742 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()
1743 MAI.getCommentString().size()) == 0) in getInlineAsmLength()