summaryrefslogtreecommitdiff
path: root/lld/ELF/MapFile.h
AgeCommit message (Expand)Author
2024-09-29[ELF] Pass Ctx & to MapFileFangrui Song
2022-08-10[lld/elf] Use C++17 nested namespace syntax in most placesNico Weber
2022-02-27[ELF] Move --print-archive-stats= and --why-extract= beside --warn-backrefs r...Fangrui Song
2021-11-29[ELF] --cref: If -Map is specified, print to the map fileFangrui Song
2021-09-20[ELF] Add --why-extract= to query why archive members/lazy object files are e...Fangrui Song
2020-04-29[ELF] Add --print-archive-stats=Fangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-03-14Implement --cref.Rui Ueyama
2017-10-28Pass symbol attributes instead of ElfSym to Shared symbol ctor.Rui Ueyama
2017-07-27Merge OutputSectionCommand and OutputSection.Rafael Espindola
2017-07-18[ELF] - Apply clang-format. NFC.George Rimar
2017-05-30Keep a list of all OutputSectionCommands.Rafael Espindola
2017-05-18Use linker script commands in writeMapFile.Rafael Espindola
2017-05-18Use a forward declaration. NFC.Rafael Espindola
2017-02-24Merge OutputSectionBase and OutputSection. NFC.Rafael Espindola
2017-01-13Implement -Map.Rafael Espindola