llvm-6502/tools/llvm-nm
Danil Malyshev b0436a7305 Fixed ObjectFile functions:
- getSymbolOffset() renamed as getSymbolFileOffset()
- getSymbolFileOffset(), getSymbolAddress(), getRelocationAddress() returns same result for ELFObjectFile, MachOObjectFile and COFFObjectFile.
- added getRelocationOffset()
- fixed MachOObjectFile::getSymbolSize()
- fixed MachOObjectFile::getSymbolSection()
- fixed MachOObjectFile::getSymbolOffset() for symbols without section data.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145408 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-29 17:40:10 +00:00
..
CMakeLists.txt llvm-nm: Update to use the new LLVMObject library. 2011-01-20 06:38:57 +00:00
llvm-nm.cpp Fixed ObjectFile functions: 2011-11-29 17:40:10 +00:00
LLVMBuild.txt LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
Makefile build: Tidy up a bunch of tool Makefiles, and simplify where possible using the 2011-10-18 19:27:24 +00:00