/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCAsmStreamer.cpp | 314 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 D | MCInstPrinter.cpp | 50 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
|
H A D | MCSectionELF.cpp | 119 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCAsmStreamer.cpp | 382 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 D | MCSectionWasm.cpp | 73 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
|
H A D | MCSectionELF.cpp | 126 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
|
H A D | MCInstPrinter.cpp | 58 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCAsmStreamer.cpp | 442 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 D | MCSectionWasm.cpp | 79 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
|
H A D | MCSectionELF.cpp | 133 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
|
H A D | MCInstPrinter.cpp | 59 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
|
/aosp_15_r20/external/llvm/lib/MC/MCParser/ |
H A D | AsmLexer.cpp | 28 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 D | AsmLexer.cpp | 34 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer() 534 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
|
/aosp_15_r20/external/llvm/lib/Target/Mips/ |
H A D | Mips16InstrInfo.cpp | 513 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 D | AsmLexer.cpp | 35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer() 714 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCAsmInfo.h | 471 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 D | MCAsmInfo.h | 510 StringRef getCommentString() const { return CommentString; } in getCommentString() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCAsmInfo.h | 651 StringRef getCommentString() const { return CommentString; } in getCommentString() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCAsmInfo.h | 655 StringRef getCommentString() const { return CommentString; } in getCommentString() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.cpp | 145 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCAsmInfo.h | 658 StringRef getCommentString() const { return CommentString; } in getCommentString() function
|
/aosp_15_r20/external/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.cpp | 131 const char *CommentBegin = MAI->getCommentString(); in emitComments()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCAsmInfo.h | 651 StringRef getCommentString() const { return CommentString; } in getCommentString() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCAsmInfo.h | 651 StringRef getCommentString() const { return CommentString; } in getCommentString() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.cpp | 145 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
|