summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/PDBSymbolCompiland.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Swift enumerator value for CodeView::SourceLanguageNathan Lanza2019-03-111-5/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner2018-09-051-6/+0
* [PDB] Remove dead code and run clang format; NFCAaron Smith2018-04-101-16/+15
* [PDB] Add a method to get the full path of the source file for PDBSymbolCompi...Aaron Smith2018-03-191-15/+86
* General usability improvements to generic PDB library.Zachary Turner2017-04-101-1/+3
* Move pdb code into pdb namespace.Zachary Turner2016-05-041-0/+1
* [DebugInfoPDB] Add source / line number accessors for PDB.Zachary Turner2016-02-181-0/+19
* [llvm-pdbdump] Clean up method signatures.Zachary Turner2015-03-011-3/+2
* [llvm-pdbdump] Rewrite dumper using visitor pattern.Zachary Turner2015-02-221-50/+3
* llvm-pdbdump: Add flags controlling the type of values to dump.Zachary Turner2015-02-151-64/+32
* llvm-pdbdump: Re-order header files according to LLVM style guide.Zachary Turner2015-02-141-1/+3
* Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth2015-02-131-4/+3
* llvm-pdbdump: Add more comprehensive dumping of symbol types.Zachary Turner2015-02-131-56/+61
* Add concrete type overloads to PDBSymbol::findChildren().Zachary Turner2015-02-121-8/+8
* Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner2015-02-101-1/+74
* Make PDBSymbol's IPDBSymbol reference const.Zachary Turner2015-02-081-1/+1
* DebugInfoPDB: Make the symbol base case hold an IPDBSession ref.Zachary Turner2015-02-081-2/+3
* Some cleanup for libpdb.Zachary Turner2015-02-081-0/+24
OpenPOWER on IntegriCloud