Parse the unit header at the start of a .debug_info(.dwo) section.
Declared in <llvm/DWP/DWP.h>
Expected<InfoSectionUnitHeader>
parseInfoSectionUnitHeader(
StringRef Info,
bool IsLittleEndian);
The parsed header fields, or an error if parsing fails.
| Name | Description |
|---|---|
| Info | Contents of the info section to parse. |
| IsLittleEndian | True if the section data is little-endian. |