summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFContext.h
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2013-01-25 20:26:43 +0000
committerEli Bendersky <eliben@google.com>2013-01-25 20:26:43 +0000
commit7a94daa170b9ff830e2e3a43e21ee1c523471d9b (patch)
treef50c603ad8bc440cea8ed79db1098262b49cba15 /llvm/lib/DebugInfo/DWARFContext.h
parenta19fa86a70565af783654f70b9ce126a336b5c87 (diff)
downloadbcm5719-llvm-7a94daa170b9ff830e2e3a43e21ee1c523471d9b.tar.gz
bcm5719-llvm-7a94daa170b9ff830e2e3a43e21ee1c523471d9b.zip
Add command-line flags for DWARF dumping.
Flags for dumping specific DWARF sections added in lib/DebugInfo and llvm-dwarfdump. llvm-svn: 173480
Diffstat (limited to 'llvm/lib/DebugInfo/DWARFContext.h')
-rw-r--r--llvm/lib/DebugInfo/DWARFContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARFContext.h b/llvm/lib/DebugInfo/DWARFContext.h
index 7da5c85cd3b..8a4a3afec35 100644
--- a/llvm/lib/DebugInfo/DWARFContext.h
+++ b/llvm/lib/DebugInfo/DWARFContext.h
@@ -45,7 +45,7 @@ class DWARFContext : public DIContext {
public:
DWARFContext() {}
- virtual void dump(raw_ostream &OS);
+ virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All);
/// Get the number of compile units in this context.
unsigned getNumCompileUnits() {
OpenPOWER on IntegriCloud