Attributes for a GOFF part‐reference (PR) symbol.

Synopsis

Declared in <llvm/MC/MCGOFFAttributes.h>

struct PRAttr;

Data Members

Name

Description

BindingScope

Binding scope of the part.

Executable

Whether the part describes code or data.

IsRenamable

True if the part name may be renamed by the binder.

Linkage

Linkage convention associated with the part.

SortKey

Sort key used to order the part among siblings.

Created with MrDocs