Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:AddComment

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: ") +
643 Asm->OutStreamer.AddComment(Twine(">> Action Record ") +
653 Asm->OutStreamer.AddComment(Twine(" Catch TypeInfo ") +
656 Asm->OutStreamer.AddComment(Twine(" Filter TypeInfo ") +
659 Asm->OutStreamer.AddComment(" Cleanup");
669 Asm->OutStreamer.AddComment(" No further actions");
672 Asm->OutStreamer.AddComment(Twine(" Continue to action ") +
681 Asm->OutStreamer.AddComment(">> Catch TypeInfos <<");
690 Asm->OutStreamer.AddComment(Twine("TypeInfo ") + llvm::utostr(Entry--));
700 Asm->OutStreamer.AddComment(">> Filter TypeInfos <<");
710 Asm->OutStreamer.AddComment(Twine("FilterInfo ") + llvm::itostr(Entry));