Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp314 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()
330 OS << MAI->getCommentString() << T; in emitRawComment()
340 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
349 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()
356 } else if (c.startswith(StringRef(MAI->getCommentString()))) { in addExplicitComment()
506 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in EmitSymbolAttribute()
1057 OS << MAI->getCommentString() << ' ' << FileName << ':' in EmitDwarfLocDirective()
1105 OS << MAI->getCommentString() << ' ' << FileName << ':' in EmitCVLocDirective()
H A DMCInstPrinter.cpp50 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
H A DMCSectionELF.cpp119 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A 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()
H A DMCSectionWasm.cpp73 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
H A DMCSectionELF.cpp126 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
H A DMCInstPrinter.cpp58 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
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 DMCSectionWasm.cpp79 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
H A DMCSectionELF.cpp133 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
H A DMCInstPrinter.cpp59 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
/aosp_15_r20/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp28 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()
475 const char *CommentString = MAI.getCommentString(); in isAtStartOfComment()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp34 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()
534 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp513 if (atInsnStart && strncmp(Str, MAI.getCommentString(), in getInlineAsmLength()
514 strlen(MAI.getCommentString())) == 0) in getInlineAsmLength()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()
714 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h471 const char *getCommentString() const { return CommentString; } in getCommentString() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAsmInfo.h510 StringRef getCommentString() const { return CommentString; } in getCommentString() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCAsmInfo.h651 StringRef getCommentString() const { return CommentString; } in getCommentString() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCAsmInfo.h655 StringRef getCommentString() const { return CommentString; } in getCommentString() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp145 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCAsmInfo.h658 StringRef getCommentString() const { return CommentString; } in getCommentString() function
/aosp_15_r20/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp131 const char *CommentBegin = MAI->getCommentString(); in emitComments()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCAsmInfo.h651 StringRef getCommentString() const { return CommentString; } in getCommentString() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCAsmInfo.h651 StringRef getCommentString() const { return CommentString; } in getCommentString() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp145 StringRef CommentBegin = MAI->getCommentString(); in emitComments()

12