summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-14/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [pdb] Simplify the code by replacing a few string conversions with calls to i...Aaron Smith2018-09-281-10/+2
* [NativePDB] Add support for reading function signatures.Zachary Turner2018-09-211-1/+1
* [PDB] Better printing of builtin types when using DIA dumper.Zachary Turner2018-09-201-2/+2
* [PDB] Better support for enumerating pointer types.Zachary Turner2018-09-181-7/+33
* [PDB] Make the native reader support enumerators.Zachary Turner2018-09-171-2/+15
* Re-run clang-format on one file.Zachary Turner2018-09-101-133/+184
* [PDB] Change uint32_t to SymIndex wherever it makes sense.Zachary Turner2018-09-101-12/+12
* [PDB] Support pointer types in the native reader.Zachary Turner2018-09-071-184/+124
* [PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner2018-09-051-1/+1
* [DebugInfoPDB] Print the method name along with the variant valueAaron Smith2018-03-261-1/+1
* [DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefnAaron Smith2018-03-071-0/+10
* [PDB] Fix buildbot failure from missing include for DIAEnumLineNumbersAaron Smith2018-02-221-0/+1
* [PDB] Implement more find methods for PDB symbolsAaron Smith2018-02-221-0/+95
* [DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith2017-11-161-0/+14
* [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner2017-07-171-6/+6
* [PDB] Don't crash on /debug:fastlink PDBs.Zachary Turner2017-06-081-2/+5
* [llvm-pdbdump] Re-write the record layout code to be more resilient.Zachary Turner2017-04-241-2/+3
* [llvm-pdbdump] More advanced class definition dumping.Zachary Turner2017-04-121-0/+15
* Properly parse the TypeServer2 record.Zachary Turner2017-02-031-3/+5
* [codeview] Add support for new type records.Zachary Turner2016-05-241-7/+7
* Move pdb code into pdb namespace.Zachary Turner2016-05-041-0/+1
* Unbreak building llvm-pdbdump on Windows after r266595.Nico Weber2016-04-181-1/+2
* [DebugInfoPDB] Teach Variant to support string types.Zachary Turner2016-02-171-11/+22
* [llvm-pdbdump] Very minor code cleanup.Zachary Turner2015-02-231-2/+1
* [llvm-pdbdump] Add an option to dump full class definitions.Zachary Turner2015-02-231-4/+6
* llvm-pdbdump: Add flags controlling the type of values to dump.Zachary Turner2015-02-151-2/+2
* Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth2015-02-131-1/+1
* llvm-pdbdump: Add more comprehensive dumping of symbol types.Zachary Turner2015-02-131-3/+3
* Improve llvm-pdbdump output display.Zachary Turner2015-02-131-0/+86
* Temporary workaround to fix MSVC 2012 build problemsAndrew Kaylor2015-02-111-1/+11
* Convert std::make_unique<> to llvm::make_unique<>.Zachary Turner2015-02-101-4/+5
* Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner2015-02-101-8/+229
* Provide DIA implementation of DebugInfoPDB.Zachary Turner2015-02-101-0/+776
OpenPOWER on IntegriCloud