summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't build the Tpi Hash map by default.Zachary Turner2018-12-031-3/+0
* [PDB] Add support for dumping Typedef records.Zachary Turner2018-10-011-0/+37
* [PDB] Add support for parsing VFTable Shape records.Zachary Turner2018-10-011-1/+13
* [PDB] Add native support for dumping array types.Zachary Turner2018-09-301-0/+5
* [NativePDB] Add support for reading function signatures.Zachary Turner2018-09-211-14/+23
* [PDB] Add native reading support for UDT / class types.Zachary Turner2018-09-211-30/+50
* [PDB] Better printing of builtin types when using DIA dumper.Zachary Turner2018-09-201-0/+1
* [PDB] Better support for enumerating pointer types.Zachary Turner2018-09-181-9/+15
* [PDB] Make the native reader support enumerators.Zachary Turner2018-09-171-1/+6
* [PDB] Make the native reader support modified types.Zachary Turner2018-09-171-19/+72
* [PDB] Refactor a little of the Symbol creation code.Zachary Turner2018-09-141-11/+9
* [PDB] Support pointer types in the native reader.Zachary Turner2018-09-071-3/+11
* [PDB] Rename some files in the native reader.Zachary Turner2018-09-071-4/+5
* [PDB] Create a SymbolCache class.Zachary Turner2018-09-071-0/+147
OpenPOWER on IntegriCloud