llvm-6502/tools/llvm-objdump
Chandler Carruth 790552c20f Revert r145180 as it is causing test failures on all the bots.
Original commit message:
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@145182 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-27 10:37:47 +00:00
..
CMakeLists.txt llvm-objdump: Output line info next to the disassembly if available. 2011-09-21 01:13:19 +00:00
llvm-objdump.cpp Revert r145180 as it is causing test failures on all the bots. 2011-11-27 10:37:47 +00:00
llvm-objdump.h llvm-objdump: Add relocation and archive support. 2011-10-08 00:18:30 +00:00
LLVMBuild.txt LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
MachODump.cpp Revert r145180 as it is causing test failures on all the bots. 2011-11-27 10:37:47 +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
MCFunction.cpp llvm-objdump: factor code better, add comments. 2011-09-20 17:53:01 +00:00
MCFunction.h llvm-objdump: factor code better, add comments. 2011-09-20 17:53:01 +00:00