mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
aaaf4b3ba3
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
4 lines
73 B
CMake
4 lines
73 B
CMake
add_subdirectory(CodeView)
|
|
add_subdirectory(DWARF)
|
|
add_subdirectory(PDB)
|