OSDN Git Service

MC: make DWARF and Windows unwinding handling more similar
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 13 Jul 2014 19:03:36 +0000 (19:03 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 13 Jul 2014 19:03:36 +0000 (19:03 +0000)
commit1f1e6e78841528a7a6aa8cf57d67d733e7814aca
treeb8dcd2fc29686ab46e5a2f8bb37dc063fee6a3b8
parent97528c5fec7610b932564242ac759b15e224d2bd
MC: make DWARF and Windows unwinding handling more similar

Rename member variables and functions for the MCStreamer for DWARF-like
unwinding management.  Rename the Windows ones as well and make the naming and
handling similar across the two.  No functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212912 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/MC/MCAsmStreamer.cpp
lib/MC/MCDwarf.cpp
lib/MC/MCStreamer.cpp
lib/MC/MCWin64EH.cpp
lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp