NFC: Rename MCSafeSEHFragment to MCSymbolIdFragment
authorAdrian McCarthy <amccarth@google.com>
Wed, 8 Nov 2017 18:57:02 +0000 (18:57 +0000)
committerAdrian McCarthy <amccarth@google.com>
Wed, 8 Nov 2017 18:57:02 +0000 (18:57 +0000)
commit75248a7adea4af7a88fefc5ee54ab2484f7f08b5
tree098bdbdccb2a56e1eca128efceae73b1676713f9
parent93faeecd8fa1fc148f2ee0d0cb64f11c3d41ce49
NFC:  Rename MCSafeSEHFragment to MCSymbolIdFragment

Summary:
This fragment emits a symbol ID and will be useful for more than just Safe SEH
tables (e.g., I plan to re-use it for Control Flow Guard tables).  This is
simply a rename refactor.

Reviewers: rnk

Subscribers: llvm-commits, hiraditya

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

llvm-svn: 317703
llvm/include/llvm/MC/MCFragment.h
llvm/lib/MC/MCAssembler.cpp
llvm/lib/MC/MCFragment.cpp
llvm/lib/MC/MCWinCOFFStreamer.cpp