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

1 2

  /external/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp 82 OS.AddComment("safe point count");
89 OS.AddComment("safe point address");
99 OS.AddComment("stack frame size (in words)");
107 OS.AddComment("stack arity");
111 OS.AddComment("live root count");
119 OS.AddComment("stack index (offset / wordsize)");
WinException.cpp 520 auto AddComment = [&](const Twine &Comment) {
522 OS.AddComment(Comment);
544 AddComment("Number of call sites");
585 auto AddComment = [&](const Twine &Comment) {
587 OS.AddComment(Comment);
607 AddComment("LabelStart");
609 AddComment("LabelEnd");
611 AddComment(UME.IsFinally ? "FinallyFunclet" : UME.Filter ? "FilterFunction"
614 AddComment(UME.IsFinally ? "Null" : "ExceptionHandler");
660 auto AddComment = [&](const Twine &Comment)
    [all...]
ARMException.cpp 110 Asm->OutStreamer->AddComment(">> Catch TypeInfos <<");
117 Asm->OutStreamer->AddComment("TypeInfo " + Twine(Entry--));
123 Asm->OutStreamer->AddComment(">> Filter TypeInfos <<");
133 Asm->OutStreamer->AddComment("FilterInfo " + Twine(Entry));
DwarfAccelTable.cpp 114 Asm->OutStreamer->AddComment("Header Magic");
116 Asm->OutStreamer->AddComment("Header Version");
118 Asm->OutStreamer->AddComment("Header Hash Function");
120 Asm->OutStreamer->AddComment("Header Bucket Count");
122 Asm->OutStreamer->AddComment("Header Hash Count");
124 Asm->OutStreamer->AddComment("Header Data Length");
126 Asm->OutStreamer->AddComment("HeaderData Die Offset Base");
128 Asm->OutStreamer->AddComment("HeaderData Atom Count");
132 Asm->OutStreamer->AddComment(dwarf::AtomTypeString(A.type));
134 Asm->OutStreamer->AddComment(dwarf::FormEncodingString(A.form))
    [all...]
AsmPrinterDwarf.cpp 45 OutStreamer->AddComment(Desc);
54 OutStreamer->AddComment(Desc);
107 OutStreamer->AddComment(Twine(Desc) + " Encoding = " +
110 OutStreamer->AddComment(Twine("Encoding = ") + DecodeDWARFEncoding(Val));
252 OutStreamer->AddComment("Abbrev [" + Twine(Die.getAbbrevNumber()) + "] 0x" +
264 OutStreamer->AddComment(dwarf::AttributeString(Attr));
266 OutStreamer->AddComment(
279 OutStreamer->AddComment("End Of Children Mark");
EHStreamer.cpp 507 Asm->OutStreamer->AddComment(">> Call Site " + Twine(idx) + " <<");
508 Asm->OutStreamer->AddComment(" On exception at call site "+Twine(idx));
517 Asm->OutStreamer->AddComment(" Action: cleanup");
519 Asm->OutStreamer->AddComment(" Action: " +
569 Asm->OutStreamer->AddComment(">> Call Site " + Twine(++Entry) + " <<");
572 Asm->OutStreamer->AddComment(Twine(" Call between ") +
581 Asm->OutStreamer->AddComment(" has no landing pad");
585 Asm->OutStreamer->AddComment(Twine(" jumps to ") +
595 Asm->OutStreamer->AddComment(" On action: cleanup");
597 Asm->OutStreamer->AddComment(" On action: "
    [all...]
ByteStreamer.h 45 AP.OutStreamer->AddComment(Comment);
49 AP.OutStreamer->AddComment(Comment);
53 AP.OutStreamer->AddComment(Comment);
CodeViewDebug.cpp 365 OS.AddComment("Debug section magic");
409 OS.AddComment("File index to string table offset subsection");
413 OS.AddComment("String table");
500 OS.AddComment("Inlinee lines subsection");
505 OS.AddComment("Inlinee lines signature");
514 OS.AddComment("Inlined function " + SP->getDisplayName() + " starts at " +
520 OS.AddComment("Type index of inlined function");
522 OS.AddComment("Offset into filechecksum table");
524 OS.AddComment("Starting line number");
552 OS.AddComment("Record length")
    [all...]
DwarfStringPool.cpp 61 Asm.OutStreamer->AddComment("string offset=" +
DwarfDebug.cpp     [all...]
OcamlGCPrinter.cpp 149 AP.OutStreamer->AddComment("live roots for " +
AsmPrinter.cpp 243 OutStreamer->AddComment("Start of file scope inline assembly");
247 OutStreamer->AddComment("End of file scope inline assembly");
584 OutStreamer->AddComment("Address taken block that was later removed");
673 OutStreamer->AddComment(OS.str());
689 AP.OutStreamer->AddComment(OS.str());
781 // NOTE: Want this comment at start of line, don't emit with AddComment.
793 // NOTE: Want this comment at start of line, don't emit with AddComment.
925 OutStreamer->AddComment("avoids zero-length function");
940 OutStreamer->AddComment("Address of block that was removed by CodeGen");
    [all...]
DwarfUnit.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCDwarf.cpp 473 if (streamer.isVerboseAsm() && comment) streamer.AddComment(comment);
563 Streamer.AddComment(Twine(Prefix) + " = " + EncStr);
584 if (VerboseAsm) Streamer.AddComment("DW_CFA_def_cfa_offset");
587 if (VerboseAsm) Streamer.AddComment("DW_CFA_def_cfa");
589 if (VerboseAsm) Streamer.AddComment(Twine("Reg ") +
599 if (VerboseAsm) Streamer.AddComment(Twine("Offset " + Twine(CFAOffset)));
606 if (VerboseAsm) Streamer.AddComment("DW_CFA_def_cfa_register");
608 if (VerboseAsm) Streamer.AddComment(Twine("Reg ") + Twine(Dst.getReg()));
620 if (VerboseAsm) Streamer.AddComment("DW_CFA_offset_extended_sf");
622 if (VerboseAsm) Streamer.AddComment(Twine("Reg ") + Twine(Reg))
    [all...]
MCLoggingStreamer.cpp 41 virtual void AddComment(const Twine &T) {
42 LogCall("AddComment", T);
43 return Child->AddComment(T);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.cpp 532 Asm->OutStreamer.AddComment(Twine(">> Call Site ") +
534 Asm->OutStreamer.AddComment(Twine(" On exception at call site ") +
544 Asm->OutStreamer.AddComment(" Action: cleanup");
546 Asm->OutStreamer.AddComment(Twine(" Action: ") +
599 Asm->OutStreamer.AddComment(Twine(">> Call Site ") +
603 Asm->OutStreamer.AddComment(Twine(" Call between ") +
612 Asm->OutStreamer.AddComment(" has no landing pad");
616 Asm->OutStreamer.AddComment(Twine(" jumps to ") +
626 Asm->OutStreamer.AddComment(" On action: cleanup");
628 Asm->OutStreamer.AddComment(Twine(" On action: ")
    [all...]
AsmPrinterDwarf.cpp 37 OutStreamer.AddComment(Desc);
61 OutStreamer.AddComment(Desc);
88 OutStreamer.AddComment("DW_CFA_offset + Reg (" +
91 OutStreamer.AddComment(dwarf::CallFrameString(Val));
130 OutStreamer.AddComment(Twine(Desc)+" Encoding = " +
133 OutStreamer.AddComment(Twine("Encoding = ") +
DwarfDebug.cpp     [all...]
AsmPrinter.cpp 182 OutStreamer.AddComment("Start of file scope inline assembly");
185 OutStreamer.AddComment("End of file scope inline assembly");
447 OutStreamer.AddComment("Address taken block that was later removed");
527 AP.OutStreamer.AddComment(Twine("implicit-def: ") +
541 AP.OutStreamer.AddComment(Str);
587 // NOTE: Want this comment at start of line, don't emit with AddComment.
595 // NOTE: Want this comment at start of line, don't emit with AddComment.
729 OutStreamer.AddComment("avoids zero-length function");
799 OutStreamer.AddComment(
803 OutStreamer.AddComment("DW_OP_bregx")
    [all...]
OcamlGCPrinter.cpp 135 AP.OutStreamer.AddComment("live roots for " +
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 240 OutStreamer->AddComment("fallthrough-return: $pop" +
251 OutStreamer->AddComment("fallthrough-return");
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.cpp 248 OutStreamer.AddComment("DW_OP_regx for S register");
251 OutStreamer.AddComment(Twine(SReg));
255 OutStreamer.AddComment("DW_OP_bit_piece 32 32");
260 OutStreamer.AddComment("DW_OP_bit_piece 32 0");
275 OutStreamer.AddComment("DW_OP_regx for Q register: D1");
278 OutStreamer.AddComment("DW_OP_piece 8");
282 OutStreamer.AddComment("DW_OP_regx for Q register: D2");
285 OutStreamer.AddComment("DW_OP_piece 8");
    [all...]
  /external/pdfium/samples/
image_diff_png.cc 412 AddComment(i, comments[i]);
436 void AddComment(size_t pos, const Comment& comment) {
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXMCAsmStreamer.cpp 76 /// AddComment - Add a comment that can be emitted to the generated .s
80 virtual void AddComment(const Twine &T);
86 /// Unlike AddComment, you are required to terminate comments with \n if you
187 void PTXMCAsmStreamer::AddComment(const Twine &T) {
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp     [all...]

Completed in 245 milliseconds

1 2