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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 111 Asm->OutStreamer.AddComment("Header Magic");
113 Asm->OutStreamer.AddComment("Header Version");
115 Asm->OutStreamer.AddComment("Header Hash Function");
117 Asm->OutStreamer.AddComment("Header Bucket Count");
119 Asm->OutStreamer.AddComment("Header Hash Count");
121 Asm->OutStreamer.AddComment("Header Data Length");
123 Asm->OutStreamer.AddComment("HeaderData Die Offset Base");
125 Asm->OutStreamer.AddComment("HeaderData Atom Count");
129 Asm->OutStreamer.AddComment(Atom::AtomTypeString(A.type));
131 Asm->OutStreamer.AddComment(dwarf::FormEncodingString(A.form))
    [all...]
AsmPrinterDwarf.cpp 38 OutStreamer.AddComment(Desc);
47 OutStreamer.AddComment(Desc);
56 OutStreamer.AddComment("DW_CFA_offset + Reg (" +
59 OutStreamer.AddComment(dwarf::CallFrameString(Val));
98 OutStreamer.AddComment(Twine(Desc)+" Encoding = " +
101 OutStreamer.AddComment(Twine("Encoding = ") +
DwarfException.cpp 533 Asm->OutStreamer.AddComment(">> Call Site " + Twine(idx) + " <<");
534 Asm->OutStreamer.AddComment(" On exception at call site "+Twine(idx));
543 Asm->OutStreamer.AddComment(" Action: cleanup");
545 Asm->OutStreamer.AddComment(" Action: " +
598 Asm->OutStreamer.AddComment(">> Call Site " + Twine(++Entry) + " <<");
601 Asm->OutStreamer.AddComment(Twine(" Call between ") +
610 Asm->OutStreamer.AddComment(" has no landing pad");
614 Asm->OutStreamer.AddComment(Twine(" jumps to ") +
624 Asm->OutStreamer.AddComment(" On action: cleanup");
626 Asm->OutStreamer.AddComment(" On action: "
    [all...]
DwarfDebug.cpp     [all...]
AsmPrinter.cpp 186 OutStreamer.AddComment("Start of file scope inline assembly");
189 OutStreamer.AddComment("End of file scope inline assembly");
455 OutStreamer.AddComment("Address taken block that was later removed");
537 AP.OutStreamer.AddComment(Twine("implicit-def: ") +
551 AP.OutStreamer.AddComment(Str);
597 // NOTE: Want this comment at start of line, don't emit with AddComment.
605 // NOTE: Want this comment at start of line, don't emit with AddComment.
747 OutStreamer.AddComment("avoids zero-length function");
761 OutStreamer.AddComment("Address of block that was removed by CodeGen");
832 OutStreamer.AddComment(
    [all...]
OcamlGCPrinter.cpp 135 AP.OutStreamer.AddComment("live roots for " +
  /external/llvm/lib/MC/
MCDwarf.cpp 813 if (streamer.isVerboseAsm() && comment) streamer.AddComment(comment);
    [all...]
MCAsmStreamer.cpp 101 /// AddComment - Add a comment that can be emitted to the generated .s
105 virtual void AddComment(const Twine &T);
111 /// Unlike AddComment, you are required to terminate comments with \n if you
268 /// AddComment - Add a comment that can be emitted to the generated .s
272 void MCAsmStreamer::AddComment(const Twine &T) {
    [all...]
  /external/jhead/
jhead.c 97 static char * AddComment = NULL; // Add this tag.
246 if (AddComment){
248 if (!memcmp(Line, AddComment, l+1)){
250 strncpy(Line, AddComment, sizeof(Line));
268 if (AddComment && TagExists == FALSE){
269 strncat(OutComment, AddComment, MAX_COMMENT_SIZE-5-strlen(OutComment));
941 AddComment || RemComment ||
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 242 OutStreamer.AddComment("DW_OP_regx for S register");
245 OutStreamer.AddComment(Twine(SReg));
249 OutStreamer.AddComment("DW_OP_bit_piece 32 32");
254 OutStreamer.AddComment("DW_OP_bit_piece 32 0");
269 OutStreamer.AddComment("DW_OP_regx for Q register: D1");
272 OutStreamer.AddComment("DW_OP_piece 8");
276 OutStreamer.AddComment("DW_OP_regx for Q register: D2");
279 OutStreamer.AddComment("DW_OP_piece 8");
    [all...]
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 77 /// AddComment - Add a comment that can be emitted to the generated .s
81 virtual void AddComment(const Twine &T);
87 /// Unlike AddComment, you are required to terminate comments with \n if you
189 void PTXMCAsmStreamer::AddComment(const Twine &T) {
  /external/llvm/include/llvm/MC/
MCStreamer.h 140 /// AddComment - Add a comment that can be emitted to the generated .s
147 virtual void AddComment(const Twine &T) {}
150 /// Unlike AddComment, you are required to terminate comments with \n if you
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 636 OutStreamer.AddComment(StringRef("eh_return, addr: %") +
644 OutStreamer.AddComment("TAILCALL");
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 373 OutStreamer.AddComment(PPCInstPrinter::

Completed in 431 milliseconds