mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
8cdf1cca41
* 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
16 lines
235 B
CMake
16 lines
235 B
CMake
add_llvm_library(LLVMObject
|
|
Archive.cpp
|
|
Binary.cpp
|
|
COFFObjectFile.cpp
|
|
COFFYAML.cpp
|
|
ELF.cpp
|
|
ELFObjectFile.cpp
|
|
ELFYAML.cpp
|
|
Error.cpp
|
|
MachOObjectFile.cpp
|
|
MachOUniversal.cpp
|
|
Object.cpp
|
|
ObjectFile.cpp
|
|
YAML.cpp
|
|
)
|