llvm-6502/lib/ProfileData
Rafael Espindola 8175be535a 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219314 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-08 15:28:58 +00:00
..
CMakeLists.txt Re-factor sample profile reader into lib/ProfileData. 2014-09-09 12:40:50 +00:00
CoverageMapping.cpp Eliminate some deep std::vector copies. NFC. 2014-10-03 18:33:16 +00:00
CoverageMappingReader.cpp Remove bogus std::error_code returns form SectionRef. 2014-10-08 15:28:58 +00:00
CoverageMappingWriter.cpp InstrProf: Simplify counting a file's regions when writing coverage (NFC) 2014-10-02 00:31:00 +00:00
InstrProf.cpp Converting InstrProf's error_category to a ManagedStatic to avoid static constructors and destructors. 2014-09-19 23:19:24 +00:00
InstrProfIndexed.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
InstrProfReader.cpp llvm-profdata: Avoid undefined behaviour when reading raw profiles 2014-09-12 21:22:55 +00:00
InstrProfWriter.cpp Eliminate some deep std::vector copies. NFC. 2014-10-03 18:33:16 +00:00
LLVMBuild.txt LLVMProfileData: Update LLVMBuild.txt corresponding to r217437. 2014-09-09 15:00:13 +00:00
Makefile
SampleProfReader.cpp LineIterator: Provide a variant that keeps blank lines 2014-09-17 15:43:01 +00:00