summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cxxdump/llvm-cxxdump.h
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2015-03-15 01:30:58 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2015-03-15 01:30:58 +0000
commitf45bbd0da34d632fb370d1da71789b5681c871e8 (patch)
tree883f4704cd6dec0df94a58f6f8033bdf5d94143f /llvm/tools/llvm-cxxdump/llvm-cxxdump.h
parent912d0f1261d0a56cc7a8a23d83dfb03b11597c19 (diff)
downloadbcm5719-llvm-f45bbd0da34d632fb370d1da71789b5681c871e8.tar.gz
bcm5719-llvm-f45bbd0da34d632fb370d1da71789b5681c871e8.zip
llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump
llvm-vtabledump has grown enough functionality not related to vtables that it deserves a name which is more descriptive. llvm-svn: 232301
Diffstat (limited to 'llvm/tools/llvm-cxxdump/llvm-cxxdump.h')
-rw-r--r--llvm/tools/llvm-cxxdump/llvm-cxxdump.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/llvm/tools/llvm-cxxdump/llvm-cxxdump.h b/llvm/tools/llvm-cxxdump/llvm-cxxdump.h
new file mode 100644
index 00000000000..daa05cb2ca0
--- /dev/null
+++ b/llvm/tools/llvm-cxxdump/llvm-cxxdump.h
@@ -0,0 +1,23 @@
+//===-- llvm-cxxdump.h ------------------------------------------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_TOOLS_LLVM_CXXDUMP_LLVM_CXXDUMP_H
+#define LLVM_TOOLS_LLVM_CXXDUMP_LLVM_CXXDUMP_H
+
+#include "llvm/Support/CommandLine.h"
+#include <string>
+
+namespace opts {
+extern llvm::cl::list<std::string> InputFilenames;
+} // namespace opts
+
+#define LLVM_CXXDUMP_ENUM_ENT(ns, enum) \
+ { #enum, ns::enum }
+
+#endif
OpenPOWER on IntegriCloud