llvm-6502/include/llvm/Object
Alexey Samsonov 40ec40a179 [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator.
Summary:
Now users don't have to manually deal with getFirstLoadCommandInfo() /
getNextLoadCommandInfo(), calculate the number of load segments, etc.

No functionality change.

Test Plan: regression test suite

Reviewers: rafael, lhames, loladiro

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D10144

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238983 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-03 22:19:36 +00:00
..
Archive.h Object: Add Archive::getNumberOfSymbols(). 2015-05-26 16:20:40 +00:00
Binary.h Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. 2015-02-15 22:54:22 +00:00
COFF.h Move to llvm-objdump a large amount of code to that is only used there. 2015-06-03 04:48:06 +00:00
COFFYAML.h obj2yaml, yaml2obj: Add support for COFF executables 2014-11-14 08:15:42 +00:00
ELF.h Fix the interpretation of a 0 st_name. 2015-06-03 05:14:22 +00:00
ELFObjectFile.h Move to llvm-objdump a large amount of code to that is only used there. 2015-06-03 04:48:06 +00:00
ELFTypes.h Simplify now that we always use an alignment of 2 for ELF files. 2015-06-02 12:05:27 +00:00
ELFYAML.h [obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support 2015-05-07 15:40:48 +00:00
Error.h LTO: introduce object file-based on-disk module format. 2014-09-18 21:28:49 +00:00
IRObjectFile.h Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00
MachO.h [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator. 2015-06-03 22:19:36 +00:00
MachOUniversal.h [llvm-readobj] add support for macho universal binary. 2015-03-24 20:26:55 +00:00
ObjectFile.h Move to llvm-objdump a large amount of code to that is only used there. 2015-06-03 04:48:06 +00:00
RelocVisitor.h Add RelocVisitor support for MachO 2015-05-30 19:44:53 +00:00
SymbolicFile.h [Object] Teach Object and llvm-objdump about ".hidden" 2015-04-30 23:08:53 +00:00