LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::SubtargetFeatureKV Struct Reference

Used to provide key value pairs for feature and CPU bit flags. More...

#include "llvm/MC/SubtargetFeature.h"

Collaboration diagram for llvm::SubtargetFeatureKV:
Collaboration graph
[legend]

Public Member Functions

bool operator< (StringRef S) const
 Compare routine for std::lower_bound. More...
 
bool operator< (const SubtargetFeatureKV &Other) const
 Compare routine for std::is_sorted. More...
 

Public Attributes

const charKey
 K-V key string. More...
 
const charDesc
 Help descriptor. More...
 
FeatureBitset Value
 K-V integer value. More...
 
FeatureBitset Implies
 K-V bit mask. More...
 

Detailed Description

Used to provide key value pairs for feature and CPU bit flags.

Definition at line 53 of file SubtargetFeature.h.

Member Function Documentation

◆ operator<() [1/2]

bool llvm::SubtargetFeatureKV::operator< ( StringRef  S) const
inline

Compare routine for std::lower_bound.

Definition at line 60 of file SubtargetFeature.h.

◆ operator<() [2/2]

bool llvm::SubtargetFeatureKV::operator< ( const SubtargetFeatureKV Other) const
inline

Compare routine for std::is_sorted.

Definition at line 65 of file SubtargetFeature.h.

References Key.

Member Data Documentation

◆ Desc

const char* llvm::SubtargetFeatureKV::Desc

Help descriptor.

Definition at line 55 of file SubtargetFeature.h.

◆ Implies

FeatureBitset llvm::SubtargetFeatureKV::Implies

K-V bit mask.

Definition at line 57 of file SubtargetFeature.h.

Referenced by SetImpliedBits().

◆ Key

const char* llvm::SubtargetFeatureKV::Key

K-V key string.

Definition at line 54 of file SubtargetFeature.h.

Referenced by operator<().

◆ Value

FeatureBitset llvm::SubtargetFeatureKV::Value

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