summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
AgeCommit message (Expand)Author
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-01[PDB] Add support for dumping Typedef records.Zachary Turner
2018-10-01[PDB] Add support for parsing VFTable Shape records.Zachary Turner
2018-09-30[PDB] Add native support for dumping array types.Zachary Turner
2018-09-21[NativePDB] Add support for reading function signatures.Zachary Turner
2018-09-21[PDB] Add native reading support for UDT / class types.Zachary Turner
2018-09-12[PDB] Remove all clone() methods.Zachary Turner
2018-09-07[PDB] Support pointer types in the native reader.Zachary Turner
2018-09-07[PDB] Create a SymbolCache class.Zachary Turner
2018-09-05[PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner
2017-12-13Remove redundant includes from lib/DebugInfo.Michael Zolotukhin
2017-08-04Enable llvm-pdbutil to list enumerations using native PDB readerAdrian McCarthy
2017-07-17[codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner
2017-07-12[PDB] Enable NativeSession to create symbols for built-in types on demandAdrian McCarthy
2017-06-22Fix build break by using llvm::make_unique instead of std::make_unique.Adrian McCarthy
2017-06-22Add IDs and clone methods to NativeRawSymbolAdrian McCarthy
2017-05-04[PDB] Don't build the entire source file list up front.Zachary Turner
2017-03-29Re-land: "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Adrian McCarthy
2017-03-23Somehow this still breaks because of ANSI color codes in test output on Linux.Adrian McCarthy
2017-03-23Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy
2017-03-17Revert "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Zachary Turner
2017-03-16Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy