Refactor fetching file/line info from DWARFContext to simplify the
authorAlexey Samsonov <samsonov@google.com>
Thu, 30 Aug 2012 07:49:50 +0000 (07:49 +0000)
committerAlexey Samsonov <samsonov@google.com>
Thu, 30 Aug 2012 07:49:50 +0000 (07:49 +0000)
commit38a6381c0a58e013577b1957199128af9573fc20
treeeda917ad63ee09b89edcc3cc26117de8dd0f71e6
parent6b1e1d8b3d8d5a1b299d3c2897db9bf122b02c00
Refactor fetching file/line info from DWARFContext to simplify the
code and allow better code reuse. Make the code a bit more conforming
to LLVM code style.
No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162895 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARFContext.cpp
lib/DebugInfo/DWARFContext.h
lib/DebugInfo/DWARFDebugLine.cpp
lib/DebugInfo/DWARFDebugLine.h