/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionWasm.cpp | 73 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
|
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()
|
D | MCSectionELF.cpp | 126 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
|
D | MCInstPrinter.cpp | 58 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCSectionWasm.cpp | 74 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
|
D | MCAsmStreamer.cpp | 397 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL() 413 OS << MAI->getCommentString() << T; in emitRawComment() 423 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment() 432 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment() 439 } else if (c.startswith(StringRef(MAI->getCommentString()))) { in addExplicitComment() 445 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment() 657 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in emitSymbolAttribute() 1488 OS << MAI->getCommentString() << ' ' << FileName << ':' in emitDwarfLocDirective() 1559 OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':' in emitCVLocDirective()
|
D | MCSectionELF.cpp | 126 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
|
D | MCInstPrinter.cpp | 58 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
|
/external/llvm/lib/MC/ |
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()
|
D | MCInstPrinter.cpp | 50 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
|
D | MCSectionELF.cpp | 119 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 28 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer() 475 const char *CommentString = MAI.getCommentString(); in isAtStartOfComment()
|
/external/llvm/include/llvm/MC/ |
D | MCAsmInfo.h | 471 const char *getCommentString() const { return CommentString; } in getCommentString() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 34 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer() 534 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.cpp | 513 if (atInsnStart && strncmp(Str, MAI.getCommentString(), in getInlineAsmLength() 514 strlen(MAI.getCommentString())) == 0) in getInlineAsmLength()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCAsmInfo.h | 510 StringRef getCommentString() const { return CommentString; } in getCommentString() function
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCAsmInfo.h | 545 StringRef getCommentString() const { return CommentString; } in getCommentString() function
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer() 662 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 131 const char *CommentBegin = MAI->getCommentString(); in emitComments()
|
/external/llvm-project/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 145 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 145 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 513 OS << MAI->getCommentString(); in PrintSpecial()
|
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 87 } else if (strncmp(Str, MAI.getCommentString(), in getInlineAsmLength() 88 strlen(MAI.getCommentString())) == 0) { in getInlineAsmLength()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 608 OS << MAI->getCommentString(); in PrintSpecial()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 339 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
|