LLVM 23.0.0git
llvm::SubtargetFeatureKVStorage< NumFeatures, FeatureStrTabSize > Struct Template Reference

#include "llvm/MC/MCSubtargetInfo.h"

Public Attributes

SubtargetFeatureKV Features [NumFeatures]
char Strings [FeatureStrTabSize]

Detailed Description

template<size_t NumFeatures, size_t FeatureStrTabSize>
struct llvm::SubtargetFeatureKVStorage< NumFeatures, FeatureStrTabSize >

Definition at line 70 of file MCSubtargetInfo.h.

Member Data Documentation

◆ Features

template<size_t NumFeatures, size_t FeatureStrTabSize>
SubtargetFeatureKV llvm::SubtargetFeatureKVStorage< NumFeatures, FeatureStrTabSize >::Features[NumFeatures]

Definition at line 71 of file MCSubtargetInfo.h.

◆ Strings

template<size_t NumFeatures, size_t FeatureStrTabSize>
char llvm::SubtargetFeatureKVStorage< NumFeatures, FeatureStrTabSize >::Strings[FeatureStrTabSize]

Definition at line 72 of file MCSubtargetInfo.h.


The documentation for this struct was generated from the following file: