Read one section described by Entry starting at Start.
Declared in <llvm/ProfileData/SampleProfReader.h>
virtual
std::error_code
readOneSection(
uint8_t const* Start,
uint64_t Size,
SecHdrTableEntry const& Entry);
Success, or an error if reading fails.
| Name | Description |
|---|---|
| Start | Pointer to the first byte of the section payload. |
| Size | Size in bytes of the section payload. |
| Entry | Section header table entry for this section. |