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

  /external/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp 80 OS.AddComment("safe point count");
87 OS.AddComment("safe point address");
97 OS.AddComment("stack frame size (in words)");
104 OS.AddComment("stack arity");
108 OS.AddComment("live root count");
116 OS.AddComment("stack index (offset / wordsize)");
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 = ") +
ARMException.cpp 105 Asm->OutStreamer.AddComment(">> Catch TypeInfos <<");
114 Asm->OutStreamer.AddComment("TypeInfo " + Twine(Entry--));
120 Asm->OutStreamer.AddComment(">> Filter TypeInfos <<");
130 Asm->OutStreamer.AddComment("FilterInfo " + Twine(Entry));
DwarfException.cpp 532 Asm->OutStreamer.AddComment(">> Call Site " + Twine(idx) + " <<");
533 Asm->OutStreamer.AddComment(" On exception at call site "+Twine(idx));
542 Asm->OutStreamer.AddComment(" Action: cleanup");
544 Asm->OutStreamer.AddComment(" Action: " +
597 Asm->OutStreamer.AddComment(">> Call Site " + Twine(++Entry) + " <<");
600 Asm->OutStreamer.AddComment(Twine(" Call between ") +
609 Asm->OutStreamer.AddComment(" has no landing pad");
613 Asm->OutStreamer.AddComment(Twine(" jumps to ") +
623 Asm->OutStreamer.AddComment(" On action: cleanup");
625 Asm->OutStreamer.AddComment(" On action: "
    [all...]
DwarfDebug.cpp     [all...]
AsmPrinter.cpp 187 OutStreamer.AddComment("Start of file scope inline assembly");
190 OutStreamer.AddComment("End of file scope inline assembly");
458 OutStreamer.AddComment("Address taken block that was later removed");
535 AP.OutStreamer.AddComment(Twine("implicit-def: ") +
549 AP.OutStreamer.AddComment(Str);
611 // NOTE: Want this comment at start of line, don't emit with AddComment.
623 // NOTE: Want this comment at start of line, don't emit with AddComment.
761 OutStreamer.AddComment("avoids zero-length function");
775 OutStreamer.AddComment("Address of block that was removed by CodeGen");
837 OutStreamer.AddComment(
    [all...]
OcamlGCPrinter.cpp 135 AP.OutStreamer.AddComment("live roots for " +
  /external/llvm/lib/MC/
MCDwarf.cpp     [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
281 /// AddComment - Add a comment that can be emitted to the generated .s
285 void MCAsmStreamer::AddComment(const Twine &T) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 237 OutStreamer.AddComment("DW_OP_regx for S register");
240 OutStreamer.AddComment(Twine(SReg));
244 OutStreamer.AddComment("DW_OP_bit_piece 32 32");
249 OutStreamer.AddComment("DW_OP_bit_piece 32 0");
264 OutStreamer.AddComment("DW_OP_regx for Q register: D1");
267 OutStreamer.AddComment("DW_OP_piece 8");
271 OutStreamer.AddComment("DW_OP_regx for Q register: D2");
274 OutStreamer.AddComment("DW_OP_piece 8");
    [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/chromium_org/tools/imagediff/
image_diff_png.cc 420 AddComment(i, comments[i]);
444 void AddComment(size_t pos, const Comment& comment) {
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 545 AddComment(i, comments[i]);
569 void AddComment(size_t pos, const PNGCodec::Comment& comment) {
  /external/llvm/include/llvm/MC/
MCStreamer.h 154 /// AddComment - Add a comment that can be emitted to the generated .s
161 virtual void AddComment(const Twine &T) {}
164 /// Unlike AddComment, you are required to terminate comments with \n if you
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 705 OutStreamer.AddComment(StringRef("eh_return, addr: %") +
713 OutStreamer.AddComment("TAILCALL");
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 674 OutStreamer.AddComment(PPCInstPrinter::
690 OutStreamer.AddComment(PPCInstPrinter::
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 884 OutStreamer.AddComment("Start of file scope inline assembly");
888 OutStreamer.AddComment("End of file scope inline assembly");
    [all...]
  /external/skia/tests/
CanvasTest.cpp 343 SIMPLE_TEST_STEP(AddComment, addComment(kTestText.c_str(), kTestText.c_str()));
    [all...]

Completed in 559 milliseconds