summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/CFLAliasAnalysis.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-05-02 18:09:14 +0000
committerZachary Turner <zturner@google.com>2016-05-02 18:09:14 +0000
commit0eace0bae572f667dff0ba7d202f7e211d1b2625 (patch)
tree813a7326b7348374f23ab02e1a05dcccb924742f /llvm/lib/Analysis/CFLAliasAnalysis.cpp
parent27233b727fb093efde9487180b61fee975442f72 (diff)
downloadbcm5719-llvm-0eace0bae572f667dff0ba7d202f7e211d1b2625.tar.gz
bcm5719-llvm-0eace0bae572f667dff0ba7d202f7e211d1b2625.zip
Parse PDB Name Hash Table
PDB has a lot of similar data structures. We already have code for parsing a Name Map, but PDB seems to have a different but very similar structure that is a hash table. This is the beginning of code needed in order to parse the name hash table, but it is not yet complete. It parses the basic metadata of the hash table, the bucket array, and the names buffer, but doesn't use any of these fields yet as the data structure requires a non-trivial amount of work to understand. llvm-svn: 268268
Diffstat (limited to 'llvm/lib/Analysis/CFLAliasAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud