Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp163 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/
DTargetInstrInfo.cpp168 if (atInsnStart && strncmp(Str, MAI.getCommentString(), in getInlineAsmLength()
169 strlen(MAI.getCommentString())) == 0) in getInlineAsmLength()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCInstPrinter.cpp34 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
DMCSectionELF.cpp106 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
DMCAsmStreamer.cpp292 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/
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()
DMCInstPrinter.cpp50 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
DMCSectionELF.cpp119 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionWasm.cpp75 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
DMCAsmStreamer.cpp359 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()
DMCInstPrinter.cpp53 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
DMCSectionELF.cpp126 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp28 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()
475 const char *CommentString = MAI.getCommentString(); in isAtStartOfComment()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h448 const char *getCommentString() const { in getCommentString() function
/external/llvm/include/llvm/MC/
DMCAsmInfo.h471 const char *getCommentString() const { return CommentString; } in getCommentString() function
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp513 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/
DAsmLexer.cpp35 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/
DMCAsmInfo.h486 StringRef getCommentString() const { return CommentString; } in getCommentString() function
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreAsmPrinter.cpp271 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp141 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp131 const char *CommentBegin = MAI->getCommentString(); in emitComments()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmLexer.cpp351 return Char == *MAI.getCommentString(); in isAtStartOfComment()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMCAsmStreamer.cpp216 OS << MAI.getCommentString() << ' ' << Comments.substr(0, Position) << '\n'; in EmitCommentsAndEOL()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp513 OS << MAI->getCommentString(); in PrintSpecial()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp543 OS << MAI->getCommentString(); in PrintSpecial()

12