Add a funciton to get the segment name of a section.
[oota-llvm.git] / include / llvm / Object / Archive.h
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-13 Shankar EaswaranAdding changes to support GNU style archive library...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-03-09 David Meyer[Object]
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-16 Michael J. SpencerObject/Archive: Give Child a operator < for map.
2011-11-02 Michael J. SpencerObject/Archive: Add symbol table iteration.
2011-10-25 Michael J. SpencerObject/Archive: Add BSD style long file name support...
2011-10-08 Michael J. SpencerObject: constize Archive.
2011-09-27 Michael J. SpencerObject: Add archive support.