summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
AgeCommit message (Expand)Author
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-21[PDB] Add native reading support for UDT / class types.Zachary Turner
2018-09-18[PDB] Better support for enumerating pointer types.Zachary Turner
2018-09-10[PDB] Change uint32_t to SymIndex wherever it makes sense.Zachary Turner
2018-09-07[PDB] Support pointer types in the native reader.Zachary Turner
2018-09-05[PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner
2018-08-16[codeview] Use push_macro to avoid conflicts instead of a prefixReid Kleckner
2018-05-29[CodeView] Add prefix to CodeView registers.Jonas Devlieghere
2018-03-07[DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefnAaron Smith
2018-02-22[PDB] Implement more find methods for PDB symbolsAaron Smith
2017-11-16[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith
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-30[CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko
2017-06-22Add IDs and clone methods to NativeRawSymbolAdrian McCarthy
2017-04-24[llvm-pdbdump] Re-write the record layout code to be more resilient.Zachary Turner
2017-04-12[llvm-pdbdump] More advanced class definition dumping.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
2017-03-15Introduce NativeEnumModules and NativeCompilandSymbolAdrian McCarthy
2017-02-24Implement some methods for NativeRawSymbolAdrian McCarthy
2017-02-10Add an additional set of braces to deal with subobject initialization.Eric Christopher
2017-02-09Fix build break from r294633.Adrian McCarthy
2017-02-09Introduce NativeRawSymbol for PDB reading.Adrian McCarthy