summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-04-26 18:42:34 +0000
committerZachary Turner <zturner@google.com>2016-04-26 18:42:34 +0000
commit53a65ba5c98ca29c568ff18fe14e11ce6ff53b43 (patch)
treed49e2aae51f3aab0f7882005430c701e0504705c /clang/lib/Frontend/CompilerInvocation.cpp
parent35c913dd4cd51ca0cb816e1ec60d16bc205b74fb (diff)
downloadbcm5719-llvm-53a65ba5c98ca29c568ff18fe14e11ce6ff53b43.tar.gz
bcm5719-llvm-53a65ba5c98ca29c568ff18fe14e11ce6ff53b43.zip
Parse and dump PDB DBI Stream Header Information
The DBI stream contains a lot of bookkeeping information for other streams. In particular it contains information about section contributions and linked modules. This patch is a first attempt at parsing some of the information out of the DBI stream. It currently only parses and dumps the headers of the DBI stream, so none of the module data or section contribution data is pulled out. This is just a proof of concept that we understand the basic properties of the DBI stream's metadata, and followup patches will try to extract more detailed information out. Differential Revision: http://reviews.llvm.org/D19500 Reviewed By: majnemer, ruiu llvm-svn: 267585
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud