[AArch64] [SEH] Rename pac_sign_return_address to pac_sign_lr
authorMartin Storsjö <martin@martin.st>
Wed, 12 Oct 2022 11:27:22 +0000 (14:27 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 12 Oct 2022 19:19:59 +0000 (22:19 +0300)
commit918f6f581d35f413809eb5e661129690a7be2cab
tree189279a8dfd42173c918bdff74ce09933df7653b
parente4ccba1598c07bc1fb6f3b73942dbc0a03fa51ed
[AArch64] [SEH] Rename pac_sign_return_address to pac_sign_lr

This new opcode was initially documented as "pac_sign_return_address"
in https://github.com/MicrosoftDocs/cpp-docs/pull/4202, but was
soon afterwards renamed into "pac_sign_lr" in
https://github.com/MicrosoftDocs/cpp-docs/pull/4209, as the other
name was unwieldy, and there were no other external references to
that name anywhere.

Rename our external .seh assembler directive - it hasn't been merged
for very long yet, so there's probably no external use to account for.

Rename all other internal references to the opcode similarly.

Differential Revision: https://reviews.llvm.org/D135762
llvm/include/llvm/Support/Win64EH.h
llvm/lib/MC/MCWin64EH.cpp
llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp
llvm/test/MC/AArch64/seh-packed-unwind.s
llvm/test/MC/AArch64/seh.s
llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp
llvm/tools/llvm-readobj/ARMWinEHPrinter.h