llvm-6502/lib/Object
Martell Malone 751664fd1b Summary:
Object: add IMAGE_FILE_MACHINE_ARM64

The official specifications state that the value of IMAGE_FILE_MACHINE_ARM64
is 0xAA64 (as per the Microsoft Portable Executable and Common Object Format
Specification v8.3).

Reviewers: rnk

Subscribers: llvm-commits, compnerd, ruiu

Differential Revision: http://reviews.llvm.org/D11511

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243434 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-28 16:18:17 +00:00
..
Archive.cpp Fix fetching the symbol table of a thin archive. 2015-07-22 19:34:26 +00:00
ArchiveWriter.cpp Fix handling of relative paths in thin archives. 2015-07-16 00:14:49 +00:00
Binary.cpp
CMakeLists.txt Revert "[FaultMaps] Move FaultMapParser to Object/" 2015-06-23 20:09:03 +00:00
COFFObjectFile.cpp Summary: 2015-07-28 16:18:17 +00:00
COFFYAML.cpp Summary: 2015-07-28 16:18:17 +00:00
ELF.cpp
ELFObjectFile.cpp
ELFYAML.cpp [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools 2015-07-03 23:00:54 +00:00
Error.cpp Return ErrorOr from getSection. 2015-07-01 12:56:27 +00:00
IRObjectFile.cpp Simplify the Mangler interface now that DataLayout is mandatory. 2015-06-23 13:59:29 +00:00
LLVMBuild.txt
MachOObjectFile.cpp Delete UnknownAddress. It is a perfectly valid symbol value. 2015-07-07 17:12:59 +00:00
MachOUniversal.cpp
Makefile
Object.cpp Remove getRelocationAddress. 2015-07-06 14:55:37 +00:00
ObjectFile.cpp Delete UnknownAddress. It is a perfectly valid symbol value. 2015-07-07 17:12:59 +00:00
RecordStreamer.cpp
RecordStreamer.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
SymbolicFile.cpp
SymbolSize.cpp [SymbolSize] Skip sorting by index, just assign by index. 2015-06-29 16:05:00 +00:00