Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:AddComment

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(
836 OutStreamer.AddComment("DW_OP_bregx");
838 OutStreamer.AddComment(Twine(Reg));
844 OutStreamer.AddComment(
848 OutStreamer.AddComment("DW_OP_regx");
850 OutStreamer.AddComment(Twine(Reg));
2067 AP.OutStreamer.AddComment(" in Loop: Header=BB" +
2107 OutStreamer.AddComment("Block address taken");
2119 OutStreamer.AddComment("%" + BB->getName());
2126 // NOTE: Want this comment at start of line, don't emit with AddComment.