1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/unittests/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 Verify that no compile units share the same line table in "llvm-dwarfdump --verify" 2017-05-03 15:45:31 +00:00
PDB Delete dead function causing compilation failure. 2017-05-03 17:38:49 +00:00
CMakeLists.txt [CodeView] Add a random access type visitor. 2017-05-12 19:18:12 +00:00