1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/lib/Object
Dylan McKay c3afafb9c3 [AVR] Add ELF constants to headers
Also adds a 'trivial' ELF file. This was generated by assembling
and linking a file with the symbol main which contains a single
return instruction.

llvm-svn: 251096
2015-10-23 06:05:55 +00:00
..
Archive.cpp Backing out commit r250906 as it broke lld. 2015-10-21 17:13:20 +00:00
ArchiveWriter.cpp Backing out commit r250906 as it broke lld. 2015-10-21 17:13:20 +00:00
Binary.cpp
CMakeLists.txt Support for function summary index bitcode sections and files. 2015-10-04 14:33:43 +00:00
COFFObjectFile.cpp Address review comments, remove error case and return 0 instead as required by tests 2015-10-09 00:15:08 +00:00
COFFYAML.cpp [COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics 2015-07-30 16:47:56 +00:00
ELF.cpp
ELFObjectFile.cpp
ELFYAML.cpp [AVR] Add ELF constants to headers 2015-10-23 06:05:55 +00:00
Error.cpp Add dynamic_table iterators back to ELF.h. 2015-08-07 15:25:20 +00:00
FunctionIndexObjectFile.cpp Support for function summary index bitcode sections and files. 2015-10-04 14:33:43 +00:00
IRObjectFile.cpp
LLVMBuild.txt
MachOObjectFile.cpp Fix a bug in llvm-objdump’s printing of Objective-C meta data 2015-10-08 22:50:55 +00:00
MachOUniversal.cpp Use early return NFC. 2015-08-03 00:10:33 +00:00
Makefile
Object.cpp Convert getSymbolSection to return an ErrorOr. 2015-08-07 23:27:14 +00:00
ObjectFile.cpp Convert getSymbolSection to return an ErrorOr. 2015-08-07 23:27:14 +00:00
RecordStreamer.cpp
RecordStreamer.h
SymbolicFile.cpp Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files 2015-08-28 07:40:30 +00:00
SymbolSize.cpp