llvm-6502/lib/Object
Rui Ueyama 6a8151dba1 Don't use DataRefImpl to implement ImportDirectoryEntryRef.
DataRefImpl (a union of two integers and a pointer) is not the ideal data type
to represent a reference to an import directory entity. We should just use the
pointer to the import table and an offset instead to simplify. No functionality
change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199349 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-16 03:13:19 +00:00
..
Archive.cpp Return an ErrorOr<Binary *> from createBinary. 2014-01-15 19:37:43 +00:00
Binary.cpp Return an ErrorOr<Binary *> from createBinary. 2014-01-15 19:37:43 +00:00
CMakeLists.txt
COFFObjectFile.cpp Don't use DataRefImpl to implement ImportDirectoryEntryRef. 2014-01-16 03:13:19 +00:00
COFFYAML.cpp
ELF.cpp Support for microMIPS TLS relocations. 2013-12-19 16:02:32 +00:00
ELFObjectFile.cpp
ELFYAML.cpp
Error.cpp
LLVMBuild.txt
MachOObjectFile.cpp Fix a pair of array index checks. 2013-12-06 02:33:38 +00:00
MachOUniversal.cpp Re-sort all of the includes with ./utils/sort_includes.py so that 2014-01-07 11:48:04 +00:00
Makefile
Object.cpp Re-sort all of the includes with ./utils/sort_includes.py so that 2014-01-07 11:48:04 +00:00
ObjectFile.cpp
YAML.cpp