aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/SymbolSize.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-06-10[llvm-objdump][XCOFF] Enable the -l (--line-numbers) option.Esme-Yi1-1/+5
2021-01-16[llvm] Use *::empty (NFC)Kazu Hirata1-1/+1
2020-05-02[Object] Change ObjectFile::getSymbolValue() return type to Expected<uint64_t>Xing GUO1-2/+5
2020-01-28[NFC] Fix unused variable warning.Nate Voorhies1-1/+1
2020-01-28[WebAssembly] Add WebAssembly support to llvm-symbolizerDerek Schuff1-0/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-23Fix computeSymbolSizes SEGFAULT on invalid fileAdrian Prantl1-0/+4
2016-11-15Fix llvm-symbolizer to correctly sort a symbol array and calculate symbol sizesKuba Brecka1-12/+6
2015-06-29[SymbolSize] Skip sorting by index, just assign by index.Benjamin Kramer1-7/+3
2015-06-25Add an ELFSymbolRef type.Rafael Espindola1-2/+2
2015-06-25Use computeSymbolSizes in llvm-symbolize.Rafael Espindola1-1/+4
2015-06-24Make computeSymbolSizes never fail.Rafael Espindola1-15/+23
2015-06-24Use Symbol::getValue to simplify object::computeSymbolSizes. NFC.Rafael Espindola1-4/+2
2015-06-24Change how symbol sizes are handled in lib/Object.Rafael Espindola1-4/+3
2015-06-23Handle multiple symbols having the same address.Rafael Espindola1-1/+9
2015-06-23Extract an utility for computing symbol sizes on MachO and COFF.Rafael Espindola1-0/+88