OSDN Git Service

[DWARF] Introduce Dump Options
authorAdrian Prantl <aprantl@apple.com>
Thu, 1 Jun 2017 18:18:23 +0000 (18:18 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 1 Jun 2017 18:18:23 +0000 (18:18 +0000)
commitad988ad98b7ec1e18c6374a63991f7d9ea8e1a8b
treeb3576d14707da28b2f836e5c1b581d1a6f7e8157
parent7dc680c89afecc3e196154f4373562e6b9e8a6d1
[DWARF] Introduce Dump Options

This commit introduces a structure that holds all the flags that
control the pretty printing of dwarf output.

Patch by Spyridoula Gravani!

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304446 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DIContext.h
include/llvm/DebugInfo/DWARF/DWARFContext.h
include/llvm/DebugInfo/PDB/PDBContext.h
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/PDB/PDBContext.cpp
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
tools/llvm-objdump/MachODump.cpp
tools/llvm-objdump/llvm-objdump.cpp