OSDN Git Service

MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 13 Mar 2014 21:59:51 +0000 (21:59 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 13 Mar 2014 21:59:51 +0000 (21:59 +0000)
commit43d5e074aa8c24506aedf6b7d95839fdd28030b7
treec4ea4486c9a8a6a4887160e7c32dbf48b4292b24
parent91d5586086b9459d8b615da2a37f3dddbb9eff50
MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable

This type now represents all the data for the DWARF line table:
directory names, file names, and the line table proper.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203858 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCContext.h
include/llvm/MC/MCDwarf.h
lib/MC/MCContext.cpp
lib/MC/MCDwarf.cpp
lib/MC/MCObjectStreamer.cpp