HomeSort by relevance Sort by last modified time
    Searched refs:AddComment (Results 26 - 36 of 36) sorted by null

12

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCStreamer.h 138 /// AddComment - Add a comment that can be emitted to the generated .s
145 virtual void AddComment(const Twine &T) {}
148 /// Unlike AddComment, you are required to terminate comments with \n if you
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 264 virtual void AddComment(const Twine &T) {}
267 /// AddComment, you are required to terminate comments with \n if you use this
    [all...]
  /external/llvm/lib/MC/
MCCodeView.cpp 178 OS.AddComment("Segment for file '" + Twine(Filenames[CurFileNum - 1]) +
MCAsmStreamer.cpp 98 /// AddComment - Add a comment that can be emitted to the generated .s
102 void AddComment(const Twine &T) override;
108 /// Unlike AddComment, you are required to terminate comments with \n if you
288 /// AddComment - Add a comment that can be emitted to the generated .s
292 void MCAsmStreamer::AddComment(const Twine &T) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmStreamer.cpp 95 /// AddComment - Add a comment that can be emitted to the generated .s
99 virtual void AddComment(const Twine &T);
105 /// Unlike AddComment, you are required to terminate comments with \n if you
259 /// AddComment - Add a comment that can be emitted to the generated .s
263 void MCAsmStreamer::AddComment(const Twine &T) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86MCInstLower.cpp 619 OutStreamer.AddComment(StringRef("eh_return, addr: %") +
627 OutStreamer.AddComment("TAILCALL");
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 502 OutStreamer->AddComment(Twine("implicit-def: ") +
505 OutStreamer->AddComment(Twine("implicit-def: ") +
862 OutStreamer->AddComment("Start of file scope inline assembly");
866 OutStreamer->AddComment("End of file scope inline assembly");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp 371 OutStreamer.AddComment(PPCInstPrinter::
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 932 OutStreamer->AddComment("\t# Stub function to call " + Twine(RetType) + " " +
    [all...]

Completed in 481 milliseconds

12