Extract AArch64 build‐attribute subsections from a parsed attribute section.

Synopsis

Declared in <llvm/Support/AArch64AttributeParser.h>

AArch64BuildAttrSubsections
extractBuildAttributesSubsections(llvm::AArch64AttributeParser const& Attributes);

Return Value

The PAuth and feature‐and‐bits subsection values found in Attributes, with missing tags left at zero.

Parameters

Name

Description

Attributes

Parsed AArch64 attribute section to read from.

Created with MrDocs