Lines Matching refs:AddComment
507 Asm->OutStreamer->AddComment(">> Call Site " + Twine(idx) + " <<"); in emitExceptionTable()
508 Asm->OutStreamer->AddComment(" On exception at call site "+Twine(idx)); in emitExceptionTable()
517 Asm->OutStreamer->AddComment(" Action: cleanup"); in emitExceptionTable()
519 Asm->OutStreamer->AddComment(" Action: " + in emitExceptionTable()
569 Asm->OutStreamer->AddComment(">> Call Site " + Twine(++Entry) + " <<"); in emitExceptionTable()
572 Asm->OutStreamer->AddComment(Twine(" Call between ") + in emitExceptionTable()
581 Asm->OutStreamer->AddComment(" has no landing pad"); in emitExceptionTable()
585 Asm->OutStreamer->AddComment(Twine(" jumps to ") + in emitExceptionTable()
595 Asm->OutStreamer->AddComment(" On action: cleanup"); in emitExceptionTable()
597 Asm->OutStreamer->AddComment(" On action: " + in emitExceptionTable()
612 Asm->OutStreamer->AddComment(">> Action Record " + Twine(++Entry) + " <<"); in emitExceptionTable()
621 Asm->OutStreamer->AddComment(" Catch TypeInfo " + in emitExceptionTable()
624 Asm->OutStreamer->AddComment(" Filter TypeInfo " + in emitExceptionTable()
627 Asm->OutStreamer->AddComment(" Cleanup"); in emitExceptionTable()
637 Asm->OutStreamer->AddComment(" No further actions"); in emitExceptionTable()
640 Asm->OutStreamer->AddComment(" Continue to action "+Twine(NextAction)); in emitExceptionTable()
660 Asm->OutStreamer->AddComment(">> Catch TypeInfos <<"); in emitTypeInfos()
668 Asm->OutStreamer->AddComment("TypeInfo " + Twine(Entry--)); in emitTypeInfos()
674 Asm->OutStreamer->AddComment(">> Filter TypeInfos <<"); in emitTypeInfos()
684 Asm->OutStreamer->AddComment("FilterInfo " + Twine(Entry)); in emitTypeInfos()