summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-12/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PDB] Add native reading support for UDT / class types.Zachary Turner2018-09-211-12/+12
* [PDB] Better support for enumerating pointer types.Zachary Turner2018-09-181-3/+8
* [PDB] Change uint32_t to SymIndex wherever it makes sense.Zachary Turner2018-09-101-34/+12
* [PDB] Support pointer types in the native reader.Zachary Turner2018-09-071-2/+6
* [PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner2018-09-051-5/+4
* [codeview] Use push_macro to avoid conflicts instead of a prefixReid Kleckner2018-08-161-2/+2
* [CodeView] Add prefix to CodeView registers.Jonas Devlieghere2018-05-291-2/+2
* [DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefnAaron Smith2018-03-071-0/+6
* [PDB] Implement more find methods for PDB symbolsAaron Smith2018-02-221-0/+44
* [DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith2017-11-161-0/+5
* [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner2017-07-171-3/+1
* [PDB] Enable NativeSession to create symbols for built-in types on demandAdrian McCarthy2017-07-121-1/+1
* [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-06-301-19/+10
* Add IDs and clone methods to NativeRawSymbolAdrian McCarthy2017-06-221-5/+3
* [llvm-pdbdump] Re-write the record layout code to be more resilient.Zachary Turner2017-04-241-1/+2
* [llvm-pdbdump] More advanced class definition dumping.Zachary Turner2017-04-121-0/+7
* Re-land: "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Adrian McCarthy2017-03-291-32/+1
* Somehow this still breaks because of ANSI color codes in test output on Linux.Adrian McCarthy2017-03-231-1/+32
* Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy2017-03-231-32/+1
* Revert "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Zachary Turner2017-03-171-1/+32
* Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy2017-03-161-32/+1
* Introduce NativeEnumModules and NativeCompilandSymbolAdrian McCarthy2017-03-151-2/+19
* Implement some methods for NativeRawSymbolAdrian McCarthy2017-02-241-3/+16
* Add an additional set of braces to deal with subobject initialization.Eric Christopher2017-02-101-1/+1
* Fix build break from r294633.Adrian McCarthy2017-02-091-3/+3
* Introduce NativeRawSymbol for PDB reading.Adrian McCarthy2017-02-091-0/+700
OpenPOWER on IntegriCloud