llvm-6502/tools/llvm-readobj
Rafael Espindola efdbec8b0a Simplify the handling of iterators in ObjectFile.
None of the object file formats reported error on iterator increment. In
retrospect, that is not too surprising: no object format stores symbols or
sections in a linked list or other structure that requires chasing pointers.
As a consequence, all error checking can be done on begin() and end().

This reduces the text segment of bin/llvm-readobj in my machine from 521233 to
518526 bytes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200442 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-30 02:49:50 +00:00
..
ARMEHABIPrinter.h tools: use 64-bit print specifier 2014-01-21 04:31:29 +00:00
CMakeLists.txt [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. 2013-12-10 11:13:32 +00:00
COFFDumper.cpp Simplify the handling of iterators in ObjectFile. 2014-01-30 02:49:50 +00:00
ELFDumper.cpp Re-sort #include lines again, prior to moving headers around. 2014-01-13 08:04:33 +00:00
Error.cpp
Error.h
llvm-readobj.cpp Rename these methods to match the style guide. 2014-01-21 16:09:45 +00:00
llvm-readobj.h Teach the llvm-readobj COFF dumper to dump debug line tables from object files 2013-12-19 11:37:14 +00:00
LLVMBuild.txt
MachODumper.cpp Simplify the handling of iterators in ObjectFile. 2014-01-30 02:49:50 +00:00
Makefile
ObjDumper.cpp Re-sort #include lines again, prior to moving headers around. 2014-01-13 08:04:33 +00:00
ObjDumper.h
StreamWriter.cpp
StreamWriter.h Re-sort #include lines again, prior to moving headers around. 2014-01-13 08:04:33 +00:00