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

Used to provide key value pairs for CPU and arbitrary pointers. More...

#include "llvm/MC/SubtargetFeature.h"

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

Public Member Functions

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

Public Attributes

const charKey
 K-V key string. More...
 
const void * Value
 K-V pointer value. More...
 

Detailed Description

Used to provide key value pairs for CPU and arbitrary pointers.

Definition at line 73 of file SubtargetFeature.h.

Member Function Documentation

◆ operator<()

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

Compare routine for std::lower_bound.

Definition at line 78 of file SubtargetFeature.h.

Member Data Documentation

◆ Key

const char* llvm::SubtargetInfoKV::Key

K-V key string.

Definition at line 74 of file SubtargetFeature.h.

Referenced by llvm::MCSubtargetInfo::getSchedModelForCPU().

◆ Value

const void* llvm::SubtargetInfoKV::Value

K-V pointer value.

Definition at line 75 of file SubtargetFeature.h.


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