Skip to content
  • Michael J. Spencer's avatar
    [Object] Split the ELF interface into 3 parts. · 126973ba
    Michael J. Spencer authored
    * ELFTypes.h contains template magic for defining types based on endianess, size, and alignment.
    * ELFFile.h defines the ELFFile class which provides low level ELF specific access.
    * ELFObjectFile.h contains ELFObjectFile which uses ELFFile to implement the ObjectFile interface.
    
    llvm-svn: 188022
    126973ba
Loading