struct SubtargetFeatureKV
Declaration
struct SubtargetFeatureKV { /* full declaration omitted */ };
Description
Used to provide key value pairs for feature and CPU bit flags.
Declared at: llvm/include/llvm/MC/MCSubtargetInfo.h:34
Member Variables
- public const char* Key
- K-V key string
- public const char* Desc
- Help descriptor
- public unsigned int Value
- K-V integer value
- public llvm::FeatureBitArray Implies
- K-V bit mask