Avoid code duplication in the SEH version of UnwindCursor::getRegisterName. NFC.
authorMartin Storsjo <martin@martin.st>
Wed, 12 Dec 2018 22:24:42 +0000 (22:24 +0000)
committerMartin Storsjo <martin@martin.st>
Wed, 12 Dec 2018 22:24:42 +0000 (22:24 +0000)
commit1ae50897654a474b3171e5dfd2918ef80159cb46
tree85e169c776dfeaf028bab0ac871943d1c2b805e6
parenteb741c29c111cffdd65bca7363476d6af7721fde
Avoid code duplication in the SEH version of UnwindCursor::getRegisterName. NFC.

This requires making Registers_*::getRegisterName static.

Differential Revision: https://reviews.llvm.org/D55610

llvm-svn: 348981
libunwind/src/Registers.hpp
libunwind/src/UnwindCursor.hpp