This patch implements both the --dynamic-list-cpp-new and
--dynamic-list-cpp-typeinfo options. Former add all the
C++ operator new and delete symbols on the dynamic list
while latter add all the runtime type identification.
This patch depends on http://reviews.llvm.org/D18771,
http://reviews.llvm.org/D18772, and http://reviews.llvm.org/D18773