hanchenye-llvm-project/llvm/test/Object
Danil Malyshev cbe72fc959 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: 145408
2011-11-29 17:40:10 +00:00
..
Inputs Rename "TestObjectFiles" to "Inputs" (like the pattern for Clang tests) 2011-10-31 23:46:38 +00:00
X86 Move x86-specific tests into X86 folder. 2011-11-01 03:21:48 +00:00
dg.exp
nm-archive.test Change the actual tests to match the input directory rename (duh) 2011-10-31 23:56:52 +00:00
nm-trivial-object.test Fixed ObjectFile functions: 2011-11-29 17:40:10 +00:00
objdump-file-header.test Change the actual tests to match the input directory rename (duh) 2011-10-31 23:56:52 +00:00
objdump-relocations.test Change the actual tests to match the input directory rename (duh) 2011-10-31 23:56:52 +00:00
objdump-section-content.test Change the actual tests to match the input directory rename (duh) 2011-10-31 23:56:52 +00:00
objdump-sectionheaders.test Change the actual tests to match the input directory rename (duh) 2011-10-31 23:56:52 +00:00
objdump-symbol-table.test Fixed ObjectFile functions: 2011-11-29 17:40:10 +00:00