|
LLVM 24.0.0git
|
Maps a CPU alias name to the index of the processor it resolves to. More...
#include "llvm/MC/MCSubtargetInfo.h"
Public Member Functions | |
| constexpr | SubtargetSubTypeAliasKV (uint16_t KeyStrOff, uint16_t SubTypeIdx) |
| SubtargetSubTypeAliasKV (const SubtargetSubTypeAliasKV &)=delete | |
| SubtargetSubTypeAliasKV & | operator= (const SubtargetSubTypeAliasKV &)=delete |
| const char * | key () const |
| bool | operator< (StringRef S) const |
Public Attributes | |
| uint16_t | KeyStrOff |
| Relative offset to the alias name. | |
| uint16_t | SubTypeIdx |
| Index into the SubtargetSubTypeKV array. | |
Maps a CPU alias name to the index of the processor it resolves to.
Definition at line 109 of file MCSubtargetInfo.h.
|
inlineconstexpr |
Definition at line 113 of file MCSubtargetInfo.h.
References KeyStrOff, and SubTypeIdx.
Referenced by operator=(), and SubtargetSubTypeAliasKV().
|
delete |
References SubtargetSubTypeAliasKV().
Definition at line 123 of file MCSubtargetInfo.h.
References key().
|
delete |
References SubtargetSubTypeAliasKV().
| uint16_t llvm::SubtargetSubTypeAliasKV::KeyStrOff |
Relative offset to the alias name.
Definition at line 110 of file MCSubtargetInfo.h.
Referenced by key(), and SubtargetSubTypeAliasKV().
| uint16_t llvm::SubtargetSubTypeAliasKV::SubTypeIdx |
Index into the SubtargetSubTypeKV array.
Definition at line 111 of file MCSubtargetInfo.h.
Referenced by SubtargetSubTypeAliasKV().