Searched refs:AddComment (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp80 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)");
H A DDwarfAccelTable.cpp101 Asm->OutStreamer.AddComment("Header Magic");
103 Asm->OutStreamer.AddComment("Header Version");
105 Asm->OutStreamer.AddComment("Header Hash Function");
107 Asm->OutStreamer.AddComment("Header Bucket Count");
109 Asm->OutStreamer.AddComment("Header Hash Count");
111 Asm->OutStreamer.AddComment("Header Data Length");
113 Asm->OutStreamer.AddComment("HeaderData Die Offset Base");
115 Asm->OutStreamer.AddComment("HeaderData Atom Count");
119 Asm->OutStreamer.AddComment(dwarf::AtomTypeString(A.type));
121 Asm->OutStreamer.AddComment(dwar
[all...]
H A DAsmPrinterDwarf.cpp38 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 = ") +
H A DARMException.cpp111 Asm->OutStreamer.AddComment(">> Catch TypeInfos <<");
120 Asm->OutStreamer.AddComment("TypeInfo " + Twine(Entry--));
126 Asm->OutStreamer.AddComment(">> Filter TypeInfos <<");
136 Asm->OutStreamer.AddComment("FilterInfo " + Twine(Entry));
H A DDwarfException.cpp532 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(" O
[all...]
H A DDwarfDebug.cpp2070 Asm->OutStreamer.AddComment("Abbrev [" + Twine(AbbrevNumber) + "] 0x" +
2086 Asm->OutStreamer.AddComment(dwarf::AttributeString(Attr));
2151 Asm->OutStreamer.AddComment(dwarf::AccessibilityString(V->getValue()));
2171 Asm->OutStreamer.AddComment("End Of Children Mark");
2194 Asm->OutStreamer.AddComment("Length of Unit");
2256 Asm->OutStreamer.AddComment("Extended Op");
2259 Asm->OutStreamer.AddComment("Op size");
2261 Asm->OutStreamer.AddComment("DW_LNE_set_address");
2264 Asm->OutStreamer.AddComment("Section end label");
2270 Asm->OutStreamer.AddComment("DW_LNE_end_sequenc
[all...]
H A DAsmPrinter.cpp189 OutStreamer.AddComment("Start of file scope inline assembly");
192 OutStreamer.AddComment("End of file scope inline assembly");
482 OutStreamer.AddComment("Address taken block that was later removed");
553 OutStreamer.AddComment(Twine("implicit-def: ") +
567 AP.OutStreamer.AddComment(Str);
629 // NOTE: Want this comment at start of line, don't emit with AddComment.
641 // NOTE: Want this comment at start of line, don't emit with AddComment.
779 OutStreamer.AddComment("avoids zero-length function");
793 OutStreamer.AddComment("Address of block that was removed by CodeGen");
855 OutStreamer.AddComment(
[all...]
H A DOcamlGCPrinter.cpp135 AP.OutStreamer.AddComment("live roots for " +
H A DDwarfCompileUnit.cpp1977 Asm->OutStreamer.AddComment("DWARF version number");
1979 Asm->OutStreamer.AddComment("Offset Into Abbrev. Section");
1982 Asm->OutStreamer.AddComment("Address Size (in bytes)");
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp851 if (streamer.isVerboseAsm() && comment) streamer.AddComment(comment);
944 Streamer.AddComment(Twine(Prefix) + " = " + EncStr);
960 Streamer.AddComment("DW_CFA_register");
961 Streamer.AddComment(Twine("Reg1 ") + Twine(Reg1));
962 Streamer.AddComment(Twine("Reg2 ") + Twine(Reg2));
976 Streamer.AddComment("DW_CFA_undefined");
977 Streamer.AddComment(Twine("Reg ") + Twine(Reg));
989 Streamer.AddComment("DW_CFA_def_cfa_offset");
998 Streamer.AddComment(Twine("Offset " + Twine(CFAOffset)));
1005 Streamer.AddComment("DW_CFA_def_cf
[all...]
H A DMCAsmStreamer.cpp100 /// AddComment - Add a comment that can be emitted to the generated .s
104 virtual void AddComment(const Twine &T);
110 /// Unlike AddComment, you are required to terminate comments with \n if you
265 /// AddComment - Add a comment that can be emitted to the generated .s
269 void MCAsmStreamer::AddComment(const Twine &T) { function in class:MCAsmStreamer
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp80 OutStreamer.AddComment("DW_OP_regx for S register");
83 OutStreamer.AddComment(Twine(SReg));
87 OutStreamer.AddComment("DW_OP_bit_piece 32 32");
92 OutStreamer.AddComment("DW_OP_bit_piece 32 0");
107 OutStreamer.AddComment("DW_OP_regx for Q register: D1");
110 OutStreamer.AddComment("DW_OP_piece 8");
114 OutStreamer.AddComment("DW_OP_regx for Q register: D2");
117 OutStreamer.AddComment("DW_OP_piece 8");
1536 OutStreamer.AddComment("trap");
1545 OutStreamer.AddComment("tra
[all...]
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h200 /// AddComment - Add a comment that can be emitted to the generated .s
207 virtual void AddComment(const Twine &T) {} function in class:llvm::MCStreamer
210 /// Unlike AddComment, you are required to terminate comments with \n if you
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp562 OutStreamer.AddComment(Twine("implicit-def: ") +
565 OutStreamer.AddComment(Twine("implicit-def: ") +
909 OutStreamer.AddComment("Start of file scope inline assembly");
913 OutStreamer.AddComment("End of file scope inline assembly");
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp680 OutStreamer.AddComment(PPCInstPrinter::
696 OutStreamer.AddComment(PPCInstPrinter::
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp827 OutStreamer.AddComment(StringRef("eh_return, addr: %") +
835 OutStreamer.AddComment("TAILCALL");

Completed in 118 milliseconds