/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 163 OutStreamer.EmitRawText(Twine("\t")+MAI->getCommentString()+ in EmitInlineAsm() 165 OutStreamer.EmitRawText(Twine("\t")+MAI->getCommentString()+ in EmitInlineAsm() 173 OutStreamer.EmitRawText(Twine("\t")+MAI->getCommentString()+ in EmitInlineAsm() 367 OutStreamer.EmitRawText(Twine("\t")+MAI->getCommentString()+ in EmitInlineAsm() 383 OS << MAI->getCommentString(); in PrintSpecial()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetInstrInfo.cpp | 168 if (atInsnStart && strncmp(Str, MAI.getCommentString(), in getInlineAsmLength() 169 strlen(MAI.getCommentString())) == 0) in getInlineAsmLength()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCInstPrinter.cpp | 34 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
|
D | MCSectionELF.cpp | 106 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
|
D | MCAsmStreamer.cpp | 292 OS << MAI.getCommentString() << ' ' << Comments.substr(0, Position) << '\n'; in EmitCommentsAndEOL() 399 << ((MAI.getCommentString()[0] != '@') ? '@' : '%'); in EmitSymbolAttribute() 795 OS << MAI.getCommentString() << ' ' << FileName << ':' in EmitDwarfLocDirective()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCSectionWasm.cpp | 75 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
|
D | MCAsmStreamer.cpp | 359 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL() 375 OS << MAI->getCommentString() << T; in emitRawComment() 385 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment() 394 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment() 401 } else if (c.startswith(StringRef(MAI->getCommentString()))) { in addExplicitComment() 407 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment() 597 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in EmitSymbolAttribute() 1244 OS << MAI->getCommentString() << ' ' << FileName << ':' in EmitDwarfLocDirective() 1318 OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':' in EmitCVLocDirective()
|
D | MCInstPrinter.cpp | 53 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
|
D | MCSectionELF.cpp | 126 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/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCAsmInfo.h | 448 const char *getCommentString() const { in getCommentString() function
|
/external/llvm/include/llvm/MC/ |
D | MCAsmInfo.h | 471 const char *getCommentString() const { return CommentString; } in getCommentString() function
|
/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-7.0/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer() 528 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCAsmInfo.h | 486 StringRef getCommentString() const { return CommentString; } in getCommentString() function
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 271 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 141 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 131 const char *CommentBegin = MAI->getCommentString(); in emitComments()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | AsmLexer.cpp | 351 return Char == *MAI.getCommentString(); in isAtStartOfComment()
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXMCAsmStreamer.cpp | 216 OS << MAI.getCommentString() << ' ' << Comments.substr(0, Position) << '\n'; in EmitCommentsAndEOL()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 513 OS << MAI->getCommentString(); in PrintSpecial()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 543 OS << MAI->getCommentString(); in PrintSpecial()
|