llvm::AArch64BuildAttributes::getOptionalStr

Return the optionality spelling for the given subsection optionality ID.

Synopsis

Declared in <llvm/Support/AArch64BuildAttributes.h>

StringRef
getOptionalStr(unsigned int Optional);

Return Value

The optionality string ("required" or "optional"), or empty if unknown.

Parameters

NameDescription
OptionalSubsection optionality identifier.