summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PDB] Add support for dumping Typedef records.Zachary Turner2018-10-011-0/+2
* [PDB] Add support for parsing VFTable Shape records.Zachary Turner2018-10-011-0/+2
* [PDB] Add native support for dumping array types.Zachary Turner2018-09-301-0/+2
* [NativePDB] Add support for reading function signatures.Zachary Turner2018-09-211-0/+4
* [PDB] Add native reading support for UDT / class types.Zachary Turner2018-09-211-0/+4
* [PDB] Remove all clone() methods.Zachary Turner2018-09-121-4/+0
* [PDB] Support pointer types in the native reader.Zachary Turner2018-09-071-0/+2
* [PDB] Create a SymbolCache class.Zachary Turner2018-09-071-39/+17
* [PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner2018-09-051-12/+38
* Remove redundant includes from lib/DebugInfo.Michael Zolotukhin2017-12-131-2/+0
* Enable llvm-pdbutil to list enumerations using native PDB readerAdrian McCarthy2017-08-041-0/+4
* [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner2017-07-171-2/+2
* [PDB] Enable NativeSession to create symbols for built-in types on demandAdrian McCarthy2017-07-121-1/+1
* Fix build break by using llvm::make_unique instead of std::make_unique.Adrian McCarthy2017-06-221-1/+2
* Add IDs and clone methods to NativeRawSymbolAdrian McCarthy2017-06-221-2/+6
* [PDB] Don't build the entire source file list up front.Zachary Turner2017-05-041-1/+1
* Re-land: "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Adrian McCarthy2017-03-291-0/+79
* Somehow this still breaks because of ANSI color codes in test output on Linux.Adrian McCarthy2017-03-231-79/+0
* Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy2017-03-231-0/+79
* Revert "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Zachary Turner2017-03-171-79/+0
* Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy2017-03-161-0/+79
OpenPOWER on IntegriCloud