llvm-6502/include/llvm/Object
Rafael Espindola 2edab1ac31 Use asserts for checks that should never fail.
If a section is not SHT_REL or SHT_RELA, we never create a valid iterator,
so the getRelocation* methods should always see a section with the correct type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241023 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-29 23:55:05 +00:00
..
Archive.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
ArchiveWriter.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49: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 Don't return error_code from function that never fails. 2015-06-29 23:29:12 +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 Convert obj->getSymbolName to sym->getName. 2015-06-29 21:24:55 +00:00
ELFObjectFile.h Use asserts for checks that should never fail. 2015-06-29 23:55:05 +00:00
ELFTypes.h Convert obj->getSymbolName to sym->getName. 2015-06-29 21:24:55 +00:00
ELFYAML.h [obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support 2015-05-07 15:40:48 +00:00
Error.h Factor out the checking of string tables. 2015-06-29 14:39:25 +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 Don't return error_code from function that never fails. 2015-06-29 23:29:12 +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 Don't return error_code from function that never fails. 2015-06-29 23:29:12 +00:00
RelocVisitor.h Don't return error_code from function that never fails. 2015-06-29 23:29:12 +00:00
StackMapParser.h [StackMaps] Add a lightweight parser for stackmap version 1 sections. 2015-06-26 23:56:53 +00:00
SymbolicFile.h Change how symbol sizes are handled in lib/Object. 2015-06-24 10:20:30 +00:00
SymbolSize.h Make computeSymbolSizes never fail. 2015-06-24 19:57:32 +00:00