llvm/lib/DebugInfo
Zachary Turner 337b2d88de [CodeView] Add a random access type visitor.
This adds a visitor that is capable of accessing type
records randomly and caching intermediate results that it
learns about during partial linear scans.  This yields
amortized O(1) access to a type stream even though type
streams cannot normally be indexed.

Differential Revision: https://reviews.llvm.org/D33009

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302936 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-12 19:18:12 +00:00
..
CodeView [CodeView] Add a random access type visitor. 2017-05-12 19:18:12 +00:00
DWARF [DWARF] Fix a parsing issue with type unit headers. 2017-05-09 19:38:38 +00:00
MSF [Support] Move Stream library from MSF -> Support. 2017-03-02 20:52:51 +00:00
PDB [CodeView] Add a random access type visitor. 2017-05-12 19:18:12 +00:00
Symbolize Rename some PDB classes. 2017-04-27 16:11:19 +00:00
CMakeLists.txt
LLVMBuild.txt