Fixed ObjectFile functions:
[oota-llvm.git] / include / llvm / Object / MachO.h
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-10-26 Owen AndersonAdd support for scattered relocations to the MachO...
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
2011-10-25 Owen AndersonAdd support for the notion of "hidden" relocations...
2011-10-24 Owen AndersonMore fixes and improvements to MachO relocation pretty...
2011-10-17 Michael J. SpencerObject: Add isSymbolAbsolute and getSymbolSection.
2011-10-17 Michael J. SpencerObject: Add isSymbolWeak.
2011-10-17 Michael J. SpencerObject: Implement casting for concrete classes.
2011-10-17 Owen AndersonAdd an accessor to get the underlying MachO representation.
2011-10-17 Michael J. SpencerObject: Fix redundant name.
2011-10-11 Owen AndersonExpose MachOObjectFile externally, like we do for COFF...