Parser for ARM ELF build attributes.
Synopsis
Declared in <llvm/Support/ARMAttributeParser.h>
class ARMAttributeParser
: public ELFCompactAttrParser
Base Classes
Name |
Description |
Parser for ELF build attributes held in a single compact attributes subsection. |
Member Functions
Name |
Description |
|
Constructors |
|
|
|
|
Parse a ULEB128 integer attribute and store it under |
|
|
|
Parse a null‐terminated string attribute and store it under |
Protected Member Functions
Name |
Description |
Parse a sequence of attributes occupying |
|
Read a ULEB128‐terminated index list into |
|
Parse a ULEB128 attribute whose value indexes into |
|
Parse one vendor subsection of |
|
Record |
|
Store a string attribute value for later lookup by |
Protected Data Members
Name |
Description |
Read position within |
|
Extractor over the section. |
|
Optional printer for decoded attribute details. |
|
Map from attribute tags to display names. |
Created with MrDocs