summaryrefslogtreecommitdiffstats
path: root/lld/ELF/MapFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ELF] - Detemplate SymbolBody::getVA and SymbolBody::getPltVA. NFC.George Rimar2017-03-171-1/+1
* Remove unnecessary template. NFC.Rafael Espindola2017-03-081-4/+4
* Rename Addralign to Alignment.Rafael Espindola2017-03-071-1/+1
* De-template DefinedRegular.Rui Ueyama2017-02-281-1/+1
* Merge OutputSectionBase and OutputSection. NFC.Rafael Espindola2017-02-241-11/+10
* Delete trivial getter.Rafael Espindola2017-02-241-2/+1
* Make InputSection a class. NFC.Rafael Espindola2017-02-231-3/+3
* Merge InputSectionData and InputSectionBase.Rafael Espindola2017-02-231-1/+1
* Convert InputSectionBase to a class.Rafael Espindola2017-02-231-5/+5
* Print alignment in decimal instead of hexadecimal.Rui Ueyama2017-01-311-1/+1
* [ELF] - Fix format specifiers in writeOutSecLine()George Rimar2017-01-161-1/+1
* Use error() instead of fatal() to handle file open error.Rui Ueyama2017-01-161-2/+3
* Simplify string output. NFC.Rui Ueyama2017-01-151-4/+2
* Directly write to a -Map file.Rui Ueyama2017-01-151-16/+7
* Split writeMapFile2 to reduce indentation level.Rui Ueyama2017-01-141-32/+40
* Implement -Map.Rafael Espindola2017-01-131-0/+135
OpenPOWER on IntegriCloud