summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/SymbolSize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix computeSymbolSizes SEGFAULT on invalid fileAdrian Prantl2018-04-231-0/+4
* Fix llvm-symbolizer to correctly sort a symbol array and calculate symbol sizesKuba Brecka2016-11-151-12/+6
* [SymbolSize] Skip sorting by index, just assign by index.Benjamin Kramer2015-06-291-7/+3
* Add an ELFSymbolRef type.Rafael Espindola2015-06-251-2/+2
* Use computeSymbolSizes in llvm-symbolize.Rafael Espindola2015-06-251-1/+4
* Make computeSymbolSizes never fail.Rafael Espindola2015-06-241-15/+23
* Use Symbol::getValue to simplify object::computeSymbolSizes. NFC.Rafael Espindola2015-06-241-4/+2
* Change how symbol sizes are handled in lib/Object.Rafael Espindola2015-06-241-4/+3
* Handle multiple symbols having the same address.Rafael Espindola2015-06-231-1/+9
* Extract an utility for computing symbol sizes on MachO and COFF.Rafael Espindola2015-06-231-0/+88
OpenPOWER on IntegriCloud