aboutsummaryrefslogtreecommitdiff
path: root/lld/ELF/MapFile.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-29[ELF] --cref: If -Map is specified, print to the map fileFangrui Song1-2/+1
2021-09-20[ELF] Add --why-extract= to query why archive members/lazy object files are e...Fangrui Song1-0/+1
2020-04-29[ELF] Add --print-archive-stats=Fangrui Song1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-03-14Implement --cref.Rui Ueyama1-0/+1
2017-10-28Pass symbol attributes instead of ElfSym to Shared symbol ctor.Rui Ueyama1-4/+1
2017-07-27Merge OutputSectionCommand and OutputSection.Rafael Espindola1-3/+2
2017-07-18[ELF] - Apply clang-format. NFC.George Rimar1-2/+2
2017-05-30Keep a list of all OutputSectionCommands.Rafael Espindola1-2/+3
2017-05-18Use linker script commands in writeMapFile.Rafael Espindola1-3/+2
2017-05-18Use a forward declaration. NFC.Rafael Espindola1-1/+2
2017-02-24Merge OutputSectionBase and OutputSection. NFC.Rafael Espindola1-1/+1
2017-01-13Implement -Map.Rafael Espindola1-0/+22