llvm-6502/include/llvm/Object
Rafael Espindola ba7661d294 For new archive member we only need to store the full path.
We were storing both the path and the file name, which was redundant
and easy to get confused up with.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242347 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-15 22:46:53 +00:00
..
Archive.h Handle the error of trying to convert a regular archive to a thin one. 2015-07-15 20:45:56 +00:00
ArchiveWriter.h For new archive member we only need to store the full path. 2015-07-15 22:46:53 +00:00
Binary.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
COFF.h Object/COFF: Fix import library's getNameType method. 2015-07-08 18:21:09 +00:00
COFFYAML.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
ELF.h Allocate the IntervalMap in ELF.h on the heap to work around MSVC alignment bug (PR24113) 2015-07-14 16:27:16 +00:00
ELFObjectFile.h Delete UnknownAddress. It is a perfectly valid symbol value. 2015-07-07 17:12:59 +00:00
ELFTypes.h Fix shadowing. 2015-07-09 22:42:21 +00:00
ELFYAML.h [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools 2015-07-03 23:00:54 +00:00
Error.h Return ErrorOr from getSection. 2015-07-01 12:56:27 +00:00
IRObjectFile.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
MachO.h Delete UnknownAddress. It is a perfectly valid symbol value. 2015-07-07 17:12:59 +00:00
MachOUniversal.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
ObjectFile.h Delete UnknownAddress. It is a perfectly valid symbol value. 2015-07-07 17:12:59 +00:00
RelocVisitor.h Fix handling of ELF::R_MIPS_32 on Mips64. 2015-07-06 12:18:44 +00:00
StackMapParser.h [StackMaps] Add a lightweight parser for stackmap version 1 sections. 2015-06-26 23:56:53 +00:00
SymbolicFile.h Delete UnknownAddress. It is a perfectly valid symbol value. 2015-07-07 17:12:59 +00:00
SymbolSize.h Make computeSymbolSizes never fail. 2015-06-24 19:57:32 +00:00