1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/include/llvm/Object
Rafael Espindola d01a093e4e Remove bogus std::error_code returns form SectionRef.
There are two methods in SectionRef that can fail:

* getName: The index into the string table can be invalid.
* getContents: The section might point to invalid contents.

Every other method will always succeed and returning and std::error_code just
complicates the code. For example, a section can have an invalid alignment,
but if we are able to get to the section structure at all and create a
SectionRef, we will always be able to read that invalid alignment.

llvm-svn: 219314
2014-10-08 15:28:58 +00:00
..
Archive.h Object: Add range iterators for Archive children 2014-09-25 22:56:54 +00:00
Binary.h fix the gcc build 2014-08-19 20:06:25 +00:00
COFF.h Remove bogus std::error_code returns form SectionRef. 2014-10-08 15:28:58 +00:00
COFFYAML.h Invert the MC -> Object dependency. 2014-07-03 02:01:39 +00:00
ELF.h Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. 2014-08-27 05:25:25 +00:00
ELFObjectFile.h Remove bogus std::error_code returns form SectionRef. 2014-10-08 15:28:58 +00:00
ELFTypes.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
ELFYAML.h Invert the MC -> Object dependency. 2014-07-03 02:01:39 +00:00
Error.h LTO: introduce object file-based on-disk module format. 2014-09-18 21:28:49 +00:00
IRObjectFile.h LTO: introduce object file-based on-disk module format. 2014-09-18 21:28:49 +00:00
MachO.h Remove bogus std::error_code returns form SectionRef. 2014-10-08 15:28:58 +00:00
MachOUniversal.h unique_ptrify MachOUniversalBinary::create 2014-09-03 17:41:05 +00:00
ObjectFile.h Remove bogus std::error_code returns form SectionRef. 2014-10-08 15:28:58 +00:00
RelocVisitor.h llvm-dwarfdump: Add support for some COFF relocations 2014-10-08 06:38:50 +00:00
SymbolicFile.h Don't own the buffer in object::Binary. 2014-08-19 18:44:46 +00:00