Used to provide key value pairs for feature and CPU bit flags.
Synopsis
Declared in <llvm/MC/MCSubtargetInfo.h>
struct SubtargetFeatureKV;
Member Functions
Name |
Description |
|
Constructors |
|
Deleted copy assignment; relative string offsets are not relocatable. |
Return the feature description string. |
|
Return the feature key string. |
|
Less‐than operators |
Data Members
Name |
Description |
Relative offset from this object to the feature description string. |
|
K‐V bit mask |
|
Relative offset from this object to the feature key string. |
|
K‐V integer value |
Created with MrDocs