Parse an ELF extended build-attributes section.
Declared in <llvm/Support/ELFAttrParserExtended.h>
virtual
Error
parse(
ArrayRef<uint8_t> Section,
llvm::endianness Endian) override;
Populates SubSectionVec and, when Sw is non-null, prints each subsection. The section must start with format-version 'A' (0x41).
Success, or an error describing a malformed section.
| Name | Description |
|---|---|
| Section | Raw section contents beginning with the format-version byte. |
| Endian | Endianness of multi-byte fields in Section. |