summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.h
Commit message (Expand)AuthorAgeFilesLines
* llvm-symbolizer: Untag addresses in object files by default.Peter Collingbourne2019-08-051-2/+5
* Teach the symbolizer lib symbolize objects directly.Yuanfang Chen2019-07-081-3/+3
* llvm-symbolizer: Add a FRAME command.Peter Collingbourne2019-06-241-0/+2
* [Symbolize] Uniquify sorted vector<pair<SymbolDesc, StringRef>>Fangrui Song2019-04-061-3/+0
* [Symbolize] Replace map<SymbolDesc, StringRef> with sorted vectorFangrui Song2019-04-051-2/+5
* [Symbolize] Keep SymbolDescs with the same address and improve getNameFromSym...Fangrui Song2019-04-041-2/+2
* [DebugInfo] follow up for "add SectionedAddress to DebugInfo interfaces"Alexey Lapshin2019-03-231-0/+3
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-3/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings in Subta...Eugene Zelenko2017-02-091-6/+14
* [Symbolizer] Don't use PE symbol tables to override PDB symbolsReid Kleckner2015-11-131-0/+3
* [LLVMSymbolize] Move printing the description of a global into a separate fun...Alexey Samsonov2015-10-291-2/+1
* [LLVMSymbolize] Move ModuleInfo into a separate class (SymbolizableModule).Alexey Samsonov2015-10-291-0/+80
OpenPOWER on IntegriCloud