Parser for ELF extended build‐attribute sections.
Synopsis
Declared in <llvm/Support/ELFAttrParserExtended.h>
class ELFExtendedAttrParser
: public ELFAttributeParser
Base Classes
Name |
Description |
Abstract parser for ELF build‐attribute sections. |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy the parser and consume any pending cursor error. |
|
|
|
|
|
Parse an ELF extended build‐attributes section. |
Protected Member Functions
Name |
Description |
Return the display name for |
Protected Data Members
Name |
Description |
Current offset and sticky error while parsing. |
|
Extractor over the section currently being parsed. |
|
Parsed extended ELF build‐attribute subsections. |
|
Printer for attribute comments, or null to suppress output. |
|
Map from subsection name and tag to display names used when printing. |
Derived Classes
Name |
Description |
Parser for AArch64 ELF build attributes. |
Created with MrDocs