aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-13Remove redundant includes from lib/DebugInfo.Michael Zolotukhin1-2/+0
2017-08-04Enable llvm-pdbutil to list enumerations using native PDB readerAdrian McCarthy1-0/+4
2017-07-17[codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner1-2/+2
2017-07-12[PDB] Enable NativeSession to create symbols for built-in types on demandAdrian McCarthy1-1/+1
2017-06-22Fix build break by using llvm::make_unique instead of std::make_unique.Adrian McCarthy1-1/+2
2017-06-22Add IDs and clone methods to NativeRawSymbolAdrian McCarthy1-2/+6
2017-05-04[PDB] Don't build the entire source file list up front.Zachary Turner1-1/+1
2017-03-29Re-land: "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Adrian McCarthy1-0/+79
2017-03-23Somehow this still breaks because of ANSI color codes in test output on Linux.Adrian McCarthy1-79/+0
2017-03-23Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy1-0/+79
2017-03-17Revert "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Zachary Turner1-79/+0
2017-03-16Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy1-0/+79