1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/DebugInfo
Zachary Turner aaaf4b3ba3 [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

llvm-svn: 302936
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