1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/Object
Chandler Carruth e5e455c97f Revert r145180 as it is causing test failures on all the bots.
Original commit message:
Fixed ObjectFile functions:
- getSymbolOffset() renamed as getSymbolFileOffset()
- getSymbolFileOffset(), getSymbolAddress(), getRelocationAddress() returns same result for ELFObjectFile, MachOObjectFile and COFFObjectFile.
- added getRelocationOffset()
- fixed MachOObjectFile::getSymbolSize()
- fixed MachOObjectFile::getSymbolSection()
- fixed MachOObjectFile::getSymbolOffset() for symbols without section data.

llvm-svn: 145182
2011-11-27 10:37:47 +00:00
..
Archive.cpp Simplify code. 2011-11-04 13:52:17 +00:00
Binary.cpp Object: Add support for opening stdin. 2011-10-08 00:17:58 +00:00
CMakeLists.txt Object: Add archive support. 2011-09-27 19:36:55 +00:00
COFFObjectFile.cpp Revert r145180 as it is causing test failures on all the bots. 2011-11-27 10:37:47 +00:00
ELFObjectFile.cpp Revert r145180 as it is causing test failures on all the bots. 2011-11-27 10:37:47 +00:00
Error.cpp Object: Add proper error handling. 2011-06-25 17:55:23 +00:00
LLVMBuild.txt build: Attempt to rectify inconsistencies between CMake and LLVMBuild versions of explicit dependencies. 2011-11-12 02:10:57 +00:00
MachOObject.cpp MachOObject: Use DataExtractor's uleb parser instead of rolling our own. 2011-11-05 12:13:21 +00:00
MachOObjectFile.cpp Revert r145180 as it is causing test failures on all the bots. 2011-11-27 10:37:47 +00:00
Makefile
Object.cpp Revert r145180 as it is causing test failures on all the bots. 2011-11-27 10:37:47 +00:00
ObjectFile.cpp ObjectFile: Add support for mach-o-style dSYM companion files. 2011-09-14 00:39:22 +00:00