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 = ") +
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 182 OutStreamer.AddComment("Start of file scope inline assembly");
185 OutStreamer.AddComment("End of file scope inline assembly");
452 OutStreamer.AddComment("Address taken block that was later removed");
529 AP.OutStreamer.AddComment(Twine("implicit-def: ") +
543 AP.OutStreamer.AddComment(Str);
589 // NOTE: Want this comment at start of line, don't emit with AddComment.
597 // NOTE: Want this comment at start of line, don't emit with AddComment.
735 OutStreamer.AddComment("avoids zero-length function");
749 OutStreamer.AddComment("Address of block that was removed by CodeGen");
818 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
288 /// AddComment - Add a comment that can be emitted to the generated .s
292 void MCAsmStreamer::AddComment(const Twine &T) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 246 OutStreamer.AddComment("DW_OP_regx for S register");
249 OutStreamer.AddComment(Twine(SReg));
253 OutStreamer.AddComment("DW_OP_bit_piece 32 32");
258 OutStreamer.AddComment("DW_OP_bit_piece 32 0");
273 OutStreamer.AddComment("DW_OP_regx for Q register: D1");
276 OutStreamer.AddComment("DW_OP_piece 8");
280 OutStreamer.AddComment("DW_OP_regx for Q register: D2");
283 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/llvm/include/llvm/MC/
MCStreamer.h 153 /// AddComment - Add a comment that can be emitted to the generated .s
160 virtual void AddComment(const Twine &T) {}
163 /// Unlike AddComment, you are required to terminate comments with \n if you
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 717 OutStreamer.AddComment(StringRef("eh_return, addr: %") +
725 OutStreamer.AddComment("TAILCALL");
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 704 OutStreamer.AddComment(PPCInstPrinter::
    [all...]

Completed in 906 milliseconds