llvm-6502/include/llvm/Object
David Meyer 2d70e263c2 Support reading GNU symbol versions in ELFObjectFile
* Add enums and structures for GNU version information.
* Implement extraction of that information on a per-symbol basis (ELFObjectFile::getSymbolVersion).
* Implement a generic interface, GetELFSymbolVersion(), for getting the symbol version from the ObjectFile (hides the templating).
* Have llvm-readobj print out the version, when available.
* Add a test for the new feature: readobj-elf-versioning.test



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152436 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-09 20:59:52 +00:00
..
Archive.h [Object] 2012-03-09 20:41:57 +00:00
Binary.h [Object] 2012-03-09 20:41:57 +00:00
COFF.h [Object] 2012-03-09 20:41:57 +00:00
ELF.h Support reading GNU symbol versions in ELFObjectFile 2012-03-09 20:59:52 +00:00
Error.h Object: Add proper error handling. 2011-06-25 17:55:23 +00:00
MachO.h [Object] 2012-03-09 20:41:57 +00:00
MachOFormat.h Teach macho-dump how to dump linkedit_data load commands. 2011-08-30 18:33:37 +00:00
MachOObject.h Remove trailing spaces 2012-01-22 09:26:00 +00:00
ObjectFile.h [Object] 2012-03-09 20:41:57 +00:00